diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-08 21:27:38 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-08 21:27:38 +0800 |
commit | 5d9f1aa0aaba692cf1ed5622b0eb04972af87964 (patch) | |
tree | 6352b7b88662c930a7d36e4dd7e980764d1ba4f5 | |
parent | 41840e57e609ed225609ae7eac7530f60bf10528 (diff) | |
download | gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.gz gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.tar.zst gsoc2013-epiphany-5d9f1aa0aaba692cf1ed5622b0eb04972af87964.zip |
embed-shell: remove stale define
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
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; |