diff options
-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"); |