]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/uiaction.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / uiaction.h
index 1fce3897705f77229df61a242e659f2c41d6f80e..68de3dde6a713665d5e55ba49aacecc3486d4f04 100644 (file)
@@ -49,10 +49,6 @@ public:
                        int button = wxMOUSE_BTN_LEFT)
     { return MouseDragDrop(p1.x, p1.y, p2.x, p2.y, button); }
 
-    bool MouseClickAndDragTo(long x, long y, int button = wxMOUSE_BTN_LEFT);
-    bool MouseClickAndDragTo(const wxPoint& point, int button = wxMOUSE_BTN_LEFT)
-    { return MouseClickAndDragTo(point.x, point.y, button); }
-
     // Keyboard simulation
     // -------------------