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;
};

View File

@ -197,9 +197,6 @@ gtk_pizza_init (GtkPizza *pizza)
pizza->xoffset = 0;
pizza->yoffset = 0;
pizza->scroll_x = 0;
pizza->scroll_y = 0;
pizza->external_expose = FALSE;
}