From 0a13a6e6e4ad662a51dbf4439194b71504b21d84 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 27 Mar 2009 10:16:39 +0000 Subject: ephy-location-entry: remove useless defines svn path=/trunk/; revision=8944 --- lib/widgets/ephy-location-entry.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c43eb14dc..e66c990d3 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -109,10 +109,6 @@ enum signalsEnum }; static gint signals[LAST_SIGNAL] = { 0 }; -#define MAX_LOC_HISTORY_ITEMS 10 -#define EPHY_LOC_HISTORY_XML_ROOT "ephy_location_history" -#define EPHY_LOC_HISTORY_XML_VERSION "0.1" - G_DEFINE_TYPE (EphyLocationEntry, ephy_location_entry, GTK_TYPE_TOOL_ITEM) static void -- cgit