libInit.cc
changeset 3840 7df3120938e1
parent 3830 e05a3fe5584d
child 3856 47878d05e8e8
child 4303 6b9fd8a69f32
--- a/libInit.cc	Mon Jan 23 11:00:58 2017 +0100
+++ b/libInit.cc	Mon Jan 23 11:01:00 2017 +0100
@@ -23,7 +23,6 @@
 extern void _DisplayObject_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DragAndDropManager_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DragHandler_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
-extern void _DragRectangleController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DrawAdaptor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DropContext_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DropObject_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -118,7 +117,6 @@
     _DisplayObject_Init(pass,__pRT__,snd);
     _DragAndDropManager_Init(pass,__pRT__,snd);
     _DragHandler_Init(pass,__pRT__,snd);
-    _DragRectangleController_Init(pass,__pRT__,snd);
     _DrawAdaptor_Init(pass,__pRT__,snd);
     _DropContext_Init(pass,__pRT__,snd);
     _DropObject_Init(pass,__pRT__,snd);