Remove #if DEBUG condition for some functions that really should be debug

but need to be included/excluded some other way, when I have time.
PHOTON ONLY


git-svn-id: svn://10.0.0.236/trunk@62394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
2000-03-08 13:42:46 +00:00
parent 07ebf6331b
commit 4147974f59
2 changed files with 4 additions and 4 deletions

View File

@@ -2651,7 +2651,7 @@ void nsWidget::EnableDamage( PtWidget_t *widget, PRBool enable )
}
}
#if defined(DEBUG)
//#if defined(DEBUG)
/**************************************************************/
/* This was stolen from widget/src/xpwidgets/nsBaseWidget.cpp */
nsAutoString nsWidget::GuiEventToString(nsGUIEvent * aGuiEvent)
@@ -2774,4 +2774,4 @@ case _value: eventName = _name ; break
return nsAutoString(eventName);
}
#endif
//#endif

View File

@@ -181,10 +181,10 @@ protected:
nsWidgetInitData *aInitData,
nsNativeWidget aNativeParent = nsnull);
#if defined(DEBUG)
//#if defined(DEBUG)
static nsAutoString GuiEventToString(nsGUIEvent * aGuiEvent);
static nsAutoString PhotonEventToString(PhEvent_t * aPhEvent);
#endif
//#endif
PRBool DispatchWindowEvent(nsGUIEvent* event);