From 6032e7b216d8513f4d4b9acfdf446cfa6c8f0d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 1 Jul 2016 10:51:06 +0200 Subject: [PATCH] filechooserwidget: Remove unused enum --- gtk/gtkfilechooserwidget.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 943a98ea42..6a213118a4 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -430,11 +430,6 @@ enum { G_TYPE_STRING, /* MODEL_COL_LOCATION_TEXT */ \ PANGO_TYPE_ELLIPSIZE_MODE /* MODEL_COL_ELLIPSIZE */ -/* Identifiers for target types */ -enum { - GTK_TREE_MODEL_ROW, -}; - #define DEFAULT_RECENT_FILES_LIMIT 50 /* Icon size for if we can't get it from the theme */