diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2009-03-27 18:16:39 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2009-03-27 18:16:39 +0800 |
commit | 0a13a6e6e4ad662a51dbf4439194b71504b21d84 (patch) | |
tree | adfb8721182a1c5a35dfa5df38f232ae11c9db93 /lib | |
parent | 4e8a1285d1c29777816c640b88702cc12d09cd53 (diff) | |
download | gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.gz gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.tar.zst gsoc2013-epiphany-0a13a6e6e4ad662a51dbf4439194b71504b21d84.zip |
ephy-location-entry: remove useless defines
svn path=/trunk/; revision=8944
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 4 |
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 |