Remove unused items

This commit is contained in:
Melissa LeBlanc-Williams 2025-05-08 12:18:44 -07:00
parent afa65ff360
commit af5efebe65
2 changed files with 0 additions and 9 deletions

View file

@ -23,11 +23,6 @@ DIFFICULTIES = (
'grid_size': (20, 14),
'mines': 58,
},
{
'label': "Custom",
'grid_size': (8, 8),
'mines': 49,
},
)
INFO_BAR_HEIGHT = 16

View file

@ -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