aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2009-03-27 18:16:39 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2009-03-27 18:16:39 +0800
commit0a13a6e6e4ad662a51dbf4439194b71504b21d84 (patch)
treeadfb8721182a1c5a35dfa5df38f232ae11c9db93 /lib/widgets
parent4e8a1285d1c29777816c640b88702cc12d09cd53 (diff)
downloadgsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.gz
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.bz2
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.lz
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.xz
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.zst
gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.zip
ephy-location-entry: remove useless defines
svn path=/trunk/; revision=8944
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-location-entry.c4
1 files changed, 0 insertions, 4 deletions
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