]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove MoveWindow method.
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 18 Aug 2011 09:26:52 +0000 (09:26 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 18 Aug 2011 09:26:52 +0000 (09:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/webview_webkit.h

index 63e45346feae7febf2cf8d3028de20b434e9aee3..57796a0ba971c614adfb7b3163d4d65d29b5a3cb 100644 (file)
@@ -54,12 +54,6 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
     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();
     virtual void Stop();
     virtual void LoadURL(const wxString& url);
     virtual void GoBack();