aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-07 01:24:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-07 01:24:48 +0800
commit34b5562c9f60f47fd86b27850c282921cd099e7b (patch)
tree48010fe66fce27e7f7825b4dd7be1839f7ca5c2b
parent3de88468be5537403264778c2dfac94a80f78953 (diff)
downloadgsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar.gz
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar.bz2
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar.lz
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar.xz
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.tar.zst
gsoc2013-evolution-34b5562c9f60f47fd86b27850c282921cd099e7b.zip
(destroy): Removed unused variable.
svn path=/trunk/; revision=20201
-rw-r--r--widgets/misc/ChangeLog4
-rw-r--r--widgets/misc/e-url-entry.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 84a6876122..b236d0c648 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,9 @@
2003-03-06 Ettore Perazzoli <ettore@ximian.com>
+ * e-url-entry.c (destroy): Removed unused variable.
+
+2003-03-06 Ettore Perazzoli <ettore@ximian.com>
+
* e-dropdown-button.c (menu_deactivate_cb): Removed debugging
spew.
diff --git a/widgets/misc/e-url-entry.c b/widgets/misc/e-url-entry.c
index eacf593137..bfcff578bd 100644
--- a/widgets/misc/e-url-entry.c
+++ b/widgets/misc/e-url-entry.c
@@ -119,7 +119,6 @@ static void
destroy (GtkObject *obj)
{
EUrlEntry *url_entry;
- EUrlEntryPrivate *priv;
url_entry = E_URL_ENTRY (obj);
if (url_entry->priv) {