From 39ab701469f1568bd030eb0d681864545863d83d Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Thu, 18 Aug 2011 09:26:52 +0000 Subject: [PATCH] Remove MoveWindow method. 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 | 6 ------ 1 file changed, 6 deletions(-) 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(); -- 2.45.2