Changed the DRAG & Drop ifdef

git-svn-id: svn://10.0.0.236/trunk@27981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-04-17 13:44:42 +00:00
parent 7c1aac3546
commit c7aba1033d

View File

@@ -35,10 +35,7 @@
#include "nsVoidArray.h"
//#define DRAG_DROP
#ifdef DRAG_DROP
class nsIDragTarget;
class nsIDragSource;
#ifdef NEW_DRAG_AND_DROP
class nsNativeDragTarget;
#endif
@@ -226,8 +223,7 @@ protected:
// Drag & Drop
#ifdef DRAG_DROP
//nsIDragSource * mDragSource;
#ifdef NEW_DRAG_AND_DROP
nsNativeDragTarget * mNativeDragTarget;
#endif
// Enumeration of the methods which are accessable on the "main GUI thread"