No need for the column enumeration in the location entry

This commit is contained in:
Dale Whittaker 2009-08-08 23:32:33 +02:00 committed by Christian Dywan
parent 44f58cb5c9
commit 9bee6419b6

View file

@ -30,16 +30,6 @@ struct _MidoriLocationEntryClass
G_DEFINE_TYPE (MidoriLocationEntry,
midori_location_entry, GTK_TYPE_COMBO_BOX_ENTRY)
enum
{
FAVICON_COL,
URI_COL,
TITLE_COL,
VISITS_COL,
VISIBLE_COL,
N_COLS
};
static gboolean
entry_key_press_event (GtkWidget* widget,
GdkEventKey* event,