X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12bb29f5432174ecbd65549bda832d70d34a98ae..d642db66a5efc82d374b813022c72ba88bc50839:/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 // -------------------