From 77e77c7c09212ec5df697ed6c7d9e46933c1b1d3 Mon Sep 17 00:00:00 2001 From: Matt Thirtytwo Date: Sun, 1 Feb 2015 20:55:16 +0100 Subject: [PATCH] Remove unused enum for signal handlers --- thunar/thunar-location-entry.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/thunar/thunar-location-entry.c b/thunar/thunar-location-entry.c index d9f7be4..f702ffb 100644 --- a/thunar/thunar-location-entry.c +++ b/thunar/thunar-location-entry.c @@ -47,13 +47,6 @@ enum PROP_UI_MANAGER, }; -/* Signal identifiers */ -enum -{ - RESET, - LAST_SIGNAL, -}; - static void thunar_location_entry_component_init (ThunarComponentIface *iface); -- 1.9.1