]> Pileus Git - ~andy/gtk/commitdiff
Remove an unused struct
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Dec 2011 00:13:07 +0000 (00:13 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Dec 2011 05:36:19 +0000 (00:36 -0500)
gtk/gtkmenu.c

index e1fc40adf1ab71132967bc1720a6ab9cb0d9662b..2ab683bbf8ef2801c9a2d402d94cf3d95183c036 100644 (file)
@@ -140,46 +140,6 @@ struct _GtkMenuAttachData
   GtkMenuDetachFunc detacher;
 };
 
-struct _OldGtkMenuPrivate
-{
-  gint x;
-  gint y;
-  gboolean initially_pushed_in;
-
-  GDestroyNotify position_func_data_destroy;
-
-  /* info used for the table */
-  guint *heights;
-  gint heights_length;
-  gint requested_height;
-
-  gint monitor_num;
-
-  /* Cached layout information */
-  gint n_rows;
-  gint n_columns;
-
-  guint accel_size;
-
-  gchar *title;
-
-  /* Arrow states */
-  GtkStateFlags lower_arrow_state;
-  GtkStateFlags upper_arrow_state;
-
-  /* navigation region */
-  int navigation_x;
-  int navigation_y;
-  int navigation_width;
-  int navigation_height;
-
-  guint have_layout           : 1;
-  guint seen_item_enter       : 1;
-  guint have_position         : 1;
-  guint ignore_button_release : 1;
-  guint no_toggle_size        : 1;
-};
-
 struct _GtkMenuPopdownData
 {
   GtkMenu *menu;