remove unused enum
2001-10-08 Havoc Pennington <hp@pobox.com> * demos/gtk-demo/stock_browser.c: remove unused enum * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node): pass the current selection state of the node in to the user selection func
This commit is contained in:
committed by
Havoc Pennington
parent
b6c2df953d
commit
d85ec9a062
@ -81,14 +81,6 @@ struct _StockItemDisplay
|
||||
GtkWidget *icon_image;
|
||||
};
|
||||
|
||||
/* columns in the tree model */
|
||||
enum {
|
||||
COLUMN_ICON_MACRO,
|
||||
COLUMN_LABEL,
|
||||
COLUMN_ACCEL,
|
||||
COLUMN_ID
|
||||
};
|
||||
|
||||
static gchar*
|
||||
id_to_macro (const gchar *id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user