Removed some D&D debug code

This commit is contained in:
rods%netscape.com 1999-04-17 13:54:00 +00:00
parent f820cbd648
commit 6a3ae34f17
2 changed files with 0 additions and 24 deletions

View File

@ -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;

View File

@ -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;