[gnome-games/applygsoc2009: 21/76] Remove the 'walk' option



commit 96b4fff9a90ea5a4a5d33829dd6c06672a216933
Author: Pablo Castellano <pablog src gnome org>
Date:   Thu Aug 26 05:03:07 2010 +0200

    Remove the 'walk' option
    
    It's not possible now that simple_debug is removed

 gnome-sudoku/src/lib/main.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index 504c192..2f5960d 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -944,9 +944,6 @@ parser = optparse.OptionParser(
            default=False),
         optparse.make_option("-p", const=True, action="store_const",
            dest="profile", help="Profile gnome-sudoku",
-           default=False),
-        optparse.make_option("-w", const=True, action="store_const",
-           dest="walk", help="Step through program",
            default=False)])
 
     options, args = parser.parse_args()



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