diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-11 06:11:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-11 06:11:25 +0800 |
commit | 8263e6a6a26cd47d5f1e45888a46529661520738 (patch) | |
tree | eaa0d87d8bf7118110f8a7f3c97403c5b4717f0a /embed/mozilla | |
parent | 1e3f9396348313d869e2c21d4af9edd19c80fc53 (diff) | |
download | gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar.gz gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar.bz2 gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar.lz gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar.xz gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.tar.zst gsoc2013-epiphany-8263e6a6a26cd47d5f1e45888a46529661520738.zip |
Remove unused variable.
2004-05-11 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-notifiers.cpp:
Remove unused variable.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 83c38b5e8..6b35f37dd 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -372,7 +372,6 @@ add_notification_and_notify (GConfClient *client, GConfClientNotifyFunc func, gpointer user_data) { - GConfEntry *entry; GError *error = NULL; guint cnxn_id; |