From: Dale Whittaker Date: Sat, 8 Aug 2009 21:32:33 +0000 (+0200) Subject: No need for the column enumeration in the location entry X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bee6419b610d294199c8c2b8a9a3de3f49e398b;p=midori No need for the column enumeration in the location entry --- diff --git a/midori/midori-locationentry.c b/midori/midori-locationentry.c index 1f1f5d12..7d0b95e0 100644 --- a/midori/midori-locationentry.c +++ b/midori/midori-locationentry.c @@ -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,