[vinagre] Removed a ghost variable.
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Subject: [vinagre] Removed a ghost variable.
- Date: Mon, 27 Jul 2009 12:03:42 +0000 (UTC)
commit d9b8d4e2512220f7518a63f4ce45b1625f30e5dc
Author: Jonh Wendell <jwendell gnome org>
Date: Thu Jul 23 16:32:24 2009 -0300
Removed a ghost variable.
vinagre/vinagre-bookmarks.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-bookmarks.c b/vinagre/vinagre-bookmarks.c
index d2b69e8..eaae97d 100644
--- a/vinagre/vinagre-bookmarks.c
+++ b/vinagre/vinagre-bookmarks.c
@@ -34,7 +34,7 @@
struct _VinagreBookmarksPrivate
{
gchar *filename;
- GSList *entries, *conns;
+ GSList *entries;
GFileMonitor *monitor;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]