aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-09-08 21:27:38 +0800
committerXan Lopez <xan@igalia.com>2012-09-08 21:27:38 +0800
commit5d9f1aa0aaba692cf1ed5622b0eb04972af87964 (patch)
tree6352b7b88662c930a7d36e4dd7e980764d1ba4f5 /embed
parent41840e57e609ed225609ae7eac7530f60bf10528 (diff)
downloadgsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.gz
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.bz2
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.lz
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.xz
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.zst
gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.zip
embed-shell: remove stale define
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 4dad56a46..1e5b71153 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -44,8 +44,6 @@
#define EPHY_EMBED_SHELL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_EMBED_SHELL, EphyEmbedShellPrivate))
-#define ENABLE_MIGRATION
-
struct _EphyEmbedShellPrivate
{
EphyHistoryService *global_history_service;