X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d85ddeece939e0d2cf602a45286e8368544320..e5354813181461c154044d52a464b29fa1aefaf8:/include/wx/uiaction.h diff --git a/include/wx/uiaction.h b/include/wx/uiaction.h index 1fce389770..68de3dde6a 100644 --- a/include/wx/uiaction.h +++ b/include/wx/uiaction.h @@ -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 // -------------------