diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-08 21:41:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-08 21:41:29 +0800 |
commit | 512da5665179b1bf7815e33f2d2e9f3a4f59380c (patch) | |
tree | 01b62a3e96a17097a9e2353f68cc6d54f3b55e62 | |
parent | bc27de61c1022e7e557840bb0a680bb38076656a (diff) | |
download | gsoc2013-epiphany-512da5665179b1bf7815e33f2d2e9f3a4f59380c.tar.gz gsoc2013-epiphany-512da5665179b1bf7815e33f2d2e9f3a4f59380c.tar.zst gsoc2013-epiphany-512da5665179b1bf7815e33f2d2e9f3a4f59380c.zip |
Remove unused variable.
2004-08-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb):
Remove unused variable.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-notebook.c | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (notebook_drag_data_received_cb): + + Remove unused variable. + +2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: Include "ephy-string.h", fixes build with -Werror. diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index c763bb1fc..4eef9fcaa 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -594,7 +594,6 @@ notebook_drag_data_received_cb (GtkWidget* widget, GdkDragContext *context, guint info, guint time, EphyTab *tab) { GList *uri_list = NULL; - GnomeVFSURI *uri; gchar **tmp; g_signal_stop_emission_by_name (widget, "drag_data_received"); |