moved DragRectangleController
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jan 2017 11:01:00 +0100
changeset 3840 7df3120938e1
parent 3839 f9254fb45a29
child 3841 0ec7ea1037b5
moved DragRectangleController
libInit.cc
--- 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);