[gnome-contacts/new-design] Remove unused variable



commit 9886288039b860471ff32b31428f19418e5ecaef
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Dec 12 11:30:03 2011 +0100

    Remove unused variable

 src/contacts-row.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-row.vala b/src/contacts-row.vala
index 4851606..329ddc0 100644
--- a/src/contacts-row.vala
+++ b/src/contacts-row.vala
@@ -231,8 +231,6 @@ public class Contacts.Row : Container {
   Child[,] row_children;
 
   public Row (RowGroup group) {
-    int i;
-
     this.group = group;
     group.add (this);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]