aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@src.gnome.org>2009-03-21 22:23:53 +0800
committerGustavo Noronha Silva <gns@src.gnome.org>2009-03-21 22:23:53 +0800
commitc8ca5773416ac44c40ce3caee36c04ad0865449d (patch)
tree89840971d3dd4c73932a1205bd82dfcc1dbfc08e /embed
parenta3dfdca62e5b9d323169bae398f3102314d4ea30 (diff)
downloadgsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.gz
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.bz2
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.lz
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.xz
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.zst
gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.zip
Removing unused variable
svn path=/trunk/; revision=8929
Diffstat (limited to 'embed')
-rw-r--r--embed/webkit/webkit-embed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c
index 7af850ada..018b8d8f7 100644
--- a/embed/webkit/webkit-embed.c
+++ b/embed/webkit/webkit-embed.c
@@ -442,7 +442,6 @@ download_requested_cb (WebKitWebView *web_view,
const char *suggested_filename;
char *tmp_filename;
char *destination_uri;
- int retval = 0;
/* Make sure the cache directory exists */
cache_dir = g_build_filename (g_get_user_cache_dir (), "Epiphany", NULL);