[cheese] remove --verbose command line flag



commit 1b44434027f8ba420d6003b1d360d2e62da1c2da
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Mon Aug 9 01:46:24 2010 +0200

    remove --verbose command line flag
    
    for the same reason as the commit before

 src/cheese-main.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/cheese-main.vala b/src/cheese-main.vala
index 7a221ec..d713571 100644
--- a/src/cheese-main.vala
+++ b/src/cheese-main.vala
@@ -27,7 +27,6 @@ using Unique;
 
 public class Cheese.Main
 {
-  static bool       verbose;
   static bool       wide;
   static string     device;
   static bool       version;
@@ -35,7 +34,6 @@ public class Cheese.Main
   static Cheese.MainWindow main_window;
 
   const OptionEntry[] options = {
-    { "verbose", 'v', 0, OptionArg.NONE, ref verbose,      N_("Be verbose"),                          null},
     { "wide",    'w', 0, OptionArg.NONE, ref wide,         N_("Enable wide mode"),                    null},
     { "device",  'd', 0, OptionArg.FILENAME, ref device,   N_("Device to use as a camera"),           N_("DEVICE")},
     { "version", 0,   0, OptionArg.NONE, ref version,      N_("Output version information and exit"), null},



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