aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-notebook.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d916d4e3d..6b1d0e45f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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");