summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2016-12-05 15:19:43 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2016-12-05 15:19:43 +0100
commit45abe475230ad21224f541c0b47c4bded279e983 (patch)
treecbc321d2ce126a9caa482a3825bc05a8adb2fbd2
parentb58ee9dc49de05e00d2f6931d70dfd3a2ca4a821 (diff)
downloadepiphany-45abe475230ad21224f541c0b47c4bded279e983.tar.gz
Fix compile warning
-rw-r--r--src/window-commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index adfae84dd..caf1b7909 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -73,7 +73,6 @@ window_cmd_new_window (GSimpleAction *action,
gpointer user_data)
{
EphyWindow *new_window;
- EphyEmbed *embed;
EphyShell *shell = ephy_shell_get_default ();
if (ephy_embed_shell_get_mode (EPHY_EMBED_SHELL (shell)) == EPHY_EMBED_SHELL_MODE_INCOGNITO) {