changeset 559:684d21a62a11

removed non-functional New Map menu item
author davidbyron
date Thu, 08 Apr 2010 22:26:55 -0500
parents 29cc9e06d976
children 4d0190cfb5a5
files orpg/main.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/orpg/main.py	Thu Apr 08 21:43:37 2010 -0500
+++ b/orpg/main.py	Thu Apr 08 22:26:55 2010 -0500
@@ -226,7 +226,6 @@
                  ['      Black and White', 'check'],
                  ['      Aqua', 'check'],
                  ['      Custom', 'check'],
-                 ['  NewMap'],
                  ['  -'],
                  ['  &Exit']
                  ],
@@ -392,10 +391,6 @@
             wnd.Refresh()
 
     @debugging
-    def OnMB_OpenRPGNewMap(self):
-        pass
-
-    @debugging
     def OnMB_OpenRPGTabStylesSlantedColorful(self):
         if self.mainmenu.GetMenuState('OpenRPGTabStylesSlantedColorful'):
             settings.set('TabTheme', 'slanted&colorful')