[gnome-contacts] Delete variables no longer used here



commit 31137efba81dfb5065d624afe77ac3edbd375fa5
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Sat Oct 22 15:25:08 2011 +0200

    Delete variables no longer used here
    
    They were copied and used in contacts-app.vala in 281929b6dc551eb6c14be66217bbb4f9f75b6c8e
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662456

 src/main.vala |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/main.vala b/src/main.vala
index 007157f..a0459ec 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -19,17 +19,6 @@
 using Gtk;
 using Contacts;
 
-
-private static string individual_id = null;
-private static string email_address = null;
-private static const OptionEntry[] options = {
-    { "individual", 'i', 0, OptionArg.STRING, ref individual_id,
-      N_("Show contact with this individual id"), null },
-    { "email", 'e', 0, OptionArg.STRING, ref email_address,
-      N_("Show contact with this email address"), null },
-    { null }
-  };
-
 public static int
 main (string[] args) {
   Notify.init (_("Contacts"));



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