mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
remove unused code
This commit is contained in:
parent
e2a7ce6bba
commit
ce7c2c6d14
@ -61,9 +61,3 @@ class LayoutActions(InterfaceAction):
|
||||
def show_all(self):
|
||||
for name in self.gui.button_order:
|
||||
self.set_visible(Panel(name), show=True)
|
||||
|
||||
def button_names(self):
|
||||
names = {}
|
||||
for p in Panel:
|
||||
names[self._button_from_enum(p).label] = p
|
||||
return names
|
||||
|
Loading…
x
Reference in New Issue
Block a user