diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-11-11 05:32:36 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-11-11 05:32:36 +0800 |
commit | f38b7045271aa3b38a6dda357726091b413c1be0 (patch) | |
tree | 8343eb4c448c662ec9a6a81bc8ce5551e0a07a31 /src/bookmarks | |
parent | 8fa636f36bf250aa729409de2d77c562f809eebc (diff) | |
download | gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.gz gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.zst gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.zip |
lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.c
2005-11-10 Crispin Flowerday <gnome@flowerday.cx>
* lib/ephy-file-helpers.c
* lib/widgets/ephy-location-entry.c
* src/ephy-session.c
* src/bookmarks/ephy-bookmarks-import.c:
Remove some unused variables
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index c7cb2ba48..098a96d9d 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -665,7 +665,7 @@ ephy_bookmarks_import_mozilla (EphyBookmarks *bookmarks, { FILE *bf; /* bookmark file */ GString *name, *url; - char *parsedname, *topic; + char *parsedname; GList *folders = NULL; if (eel_gconf_get_boolean (CONF_LOCKDOWN_DISABLE_BOOKMARK_EDITING)) return FALSE; |