remove m_backing_window member, to keep people from trying to use it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-12-01 17:16:28 +00:00
parent 030495ecf1
commit 1827c0f538
2 changed files with 28 additions and 20 deletions

View File

@@ -28,7 +28,6 @@ struct WXDLLIMPEXP_CORE wxPizza
void get_border_widths(int& x, int& y);
GtkFixed m_fixed;
GdkWindow* m_backing_window;
int m_scroll_x;
int m_scroll_y;
int m_border_style;