[pitivi: 4/18] Removed the --no-ui option because it can be confusing for users, as it does nothing.



commit b1b0328ade95427329a726d006e63d9475f4c15b
Author: Alex BÄ?luÈ? <alexandru balut gmail com>
Date:   Mon Dec 13 10:19:25 2010 +0100

    Removed the --no-ui option because it can be confusing for users, as it does nothing.

 pitivi/application.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/application.py b/pitivi/application.py
index ea00e19..59c1884 100644
--- a/pitivi/application.py
+++ b/pitivi/application.py
@@ -384,9 +384,6 @@ def _parse_options(argv):
     parser.add_option("-d", "--debug",
             action="store_true", default=False,
             help=_("Run Pitivi in the Python Debugger."))
-    parser.add_option("-n", "--no-ui",
-            action="store_true", default=False,
-            help=_("Run Pitivi with no GUI."))
     parser.add_option("-r", "--render", dest="render_output",
             action="store", default=None,
             help=_("Render the specified project to OUTPUT_FILE with no GUI."))



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