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:
Havoc Pennington
2001-10-08 05:01:09 +00:00
committed by Havoc Pennington
parent b6c2df953d
commit d85ec9a062
10 changed files with 62 additions and 9 deletions

View File

@ -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)
{