remove unused GtkPizza members scroll_[xy]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-09-09 18:37:24 +00:00
parent d1a7e73ece
commit d90e6104e9
2 changed files with 0 additions and 6 deletions

View File

@@ -58,9 +58,6 @@ struct _GtkPizza
GdkWindow *bin_window;
gint scroll_x;
gint scroll_y;
gboolean external_expose;
};