From 6a3ae34f172291814fe25028442c40c7cd287a2a Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Sat, 17 Apr 1999 13:54:00 +0000 Subject: [PATCH] Removed some D&D debug code --- layout/base/nsPresShell.cpp | 12 ------------ layout/html/base/src/nsPresShell.cpp | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index f0d42e79319f..b5b925255347 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -2073,19 +2073,7 @@ PresShell::HandleEvent(nsIView *aView, mSelection->EnableFrameNotification(PR_TRUE); //prevents secondary reset selection called since //we are a listener now. } - if (aEvent->message >= 1400) { - int x = 0; - } frame->GetFrameForPoint(aEvent->point, &mCurrentEventFrame); - if (aEvent->message >= 1400) { - int x = 0; - if (aEvent->message >= NS_DRAGDROP_ENTER) { - int y = 0; - } - if (aEvent->message == NS_DRAGDROP_OVER) { - int y = 0; - } - } if (nsnull != mCurrentEventFrame) { //Once we have the targetFrame, handle the event in this order nsIEventStateManager *manager; diff --git a/layout/html/base/src/nsPresShell.cpp b/layout/html/base/src/nsPresShell.cpp index f0d42e79319f..b5b925255347 100644 --- a/layout/html/base/src/nsPresShell.cpp +++ b/layout/html/base/src/nsPresShell.cpp @@ -2073,19 +2073,7 @@ PresShell::HandleEvent(nsIView *aView, mSelection->EnableFrameNotification(PR_TRUE); //prevents secondary reset selection called since //we are a listener now. } - if (aEvent->message >= 1400) { - int x = 0; - } frame->GetFrameForPoint(aEvent->point, &mCurrentEventFrame); - if (aEvent->message >= 1400) { - int x = 0; - if (aEvent->message >= NS_DRAGDROP_ENTER) { - int y = 0; - } - if (aEvent->message == NS_DRAGDROP_OVER) { - int y = 0; - } - } if (nsnull != mCurrentEventFrame) { //Once we have the targetFrame, handle the event in this order nsIEventStateManager *manager;