Remove unused items
This commit is contained in:
parent
afa65ff360
commit
af5efebe65
2 changed files with 0 additions and 9 deletions
|
|
@ -23,11 +23,6 @@ DIFFICULTIES = (
|
|||
'grid_size': (20, 14),
|
||||
'mines': 58,
|
||||
},
|
||||
{
|
||||
'label': "Custom",
|
||||
'grid_size': (8, 8),
|
||||
'mines': 49,
|
||||
},
|
||||
)
|
||||
|
||||
INFO_BAR_HEIGHT = 16
|
||||
|
|
|
|||
|
|
@ -170,7 +170,3 @@ class SubMenu(Group):
|
|||
@property
|
||||
def items_group(self):
|
||||
return self._menu_items_group
|
||||
|
||||
@property
|
||||
def items(self):
|
||||
return self._menu_items
|
||||
|
|
|
|||
Loading…
Reference in a new issue