From: Steve Lamerton Date: Thu, 18 Aug 2011 09:26:52 +0000 (+0000) Subject: Remove MoveWindow method. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39ab701469f1568bd030eb0d681864545863d83d?ds=inline Remove MoveWindow method. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/webview_webkit.h b/include/wx/gtk/webview_webkit.h index 63e45346fe..57796a0ba9 100644 --- a/include/wx/gtk/webview_webkit.h +++ b/include/wx/gtk/webview_webkit.h @@ -54,12 +54,6 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - // helper to allow access to protected member from GTK callback - void MoveWindow(int x, int y, int width, int height) - { - DoMoveWindow(x, y, width, height); - } - virtual void Stop(); virtual void LoadURL(const wxString& url); virtual void GoBack();