diff options
author | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-03-21 22:23:53 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-03-21 22:23:53 +0800 |
commit | c8ca5773416ac44c40ce3caee36c04ad0865449d (patch) | |
tree | 89840971d3dd4c73932a1205bd82dfcc1dbfc08e /embed | |
parent | a3dfdca62e5b9d323169bae398f3102314d4ea30 (diff) | |
download | gsoc2013-epiphany-c8ca5773416ac44c40ce3caee36c04ad0865449d.tar.gz 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.c | 1 |
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); |