changeset 337:004e3dd38336

Re-enable no-sound option
author Neil Muller <drnlmuller@gmail.com>
date Fri, 06 Sep 2013 12:25:53 +0200
parents 1d487646a4d4
children 0da3d9af277f
files nagslang/options.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/options.py	Fri Sep 06 12:22:02 2013 +0200
+++ b/nagslang/options.py	Fri Sep 06 12:25:53 2013 +0200
@@ -29,7 +29,6 @@
                       dest='sound', action='store_false', default=True,
                       help='Disable all sound, including music')
 
-    parser = optparse.OptionParser()
     parser.add_option('--no-music',
                       dest='music', action='store_false', default=True,
                       help='Disable music (but not sound)')