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 /lib/widgets | |
parent | 8fa636f36bf250aa729409de2d77c562f809eebc (diff) | |
download | gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.gz gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.bz2 gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.lz gsoc2013-epiphany-f38b7045271aa3b38a6dda357726091b413c1be0.tar.xz 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 'lib/widgets')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c841f683c..2c5faeb44 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -745,7 +745,6 @@ favicon_drag_begin_cb (GtkWidget *widget, GdkDragContext *context, EphyLocationEntry *entry) { - EphyLocationEntryPrivate *priv = entry->priv; GdkPixmap *pixmap; pixmap = favicon_create_drag_pixmap (entry, widget); |