From a31dfcff3a86bc6ab702cfb3dd0602707515d1b2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 12 Mar 2013 22:53:39 +0100 Subject: ephy-shell-test: fix compiler warnings --- tests/ephy-shell-test.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c index 2525cac56..086390ec2 100644 --- a/tests/ephy-shell-test.c +++ b/tests/ephy-shell-test.c @@ -317,16 +317,15 @@ test_ephy_shell_tab_from_external (void) static void test_ephy_shell_tab_no_history (void) { +#ifdef HAVE_WEBKIT2 + /* TODO: BackForwardList */ +#else EphyShell *ephy_shell; GtkWidget *window; - EphyEmbed *embed; EphyEmbed *embed2; EphyEmbed *embed3; -#ifdef HAVE_WEBKIT2 - /* TODO: BackForwardList */ -#else WebKitWebBackForwardList *bflist; WebKitWebHistoryItem *item; -- cgit v1.2.3