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:
parent
d1a7e73ece
commit
d90e6104e9
@ -58,9 +58,6 @@ struct _GtkPizza
|
||||
|
||||
GdkWindow *bin_window;
|
||||
|
||||
gint scroll_x;
|
||||
gint scroll_y;
|
||||
|
||||
gboolean external_expose;
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user