[gnome-games/sudoku-tube] Remove the 'walk' option



commit efb31deab5f1fe79b7d00c2bc5f94df06bb8f3f4
Author: Zhang Sen <zh jesse gmail com>
Date:   Sun Jun 21 22:46:10 2009 +0800

    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 853a2c3..b26a9a6 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -866,9 +866,6 @@ def start_game ():
                 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]