cleanup dead code

This commit is contained in:
alfrix
2022-11-17 23:50:36 -03:00
parent 8dc12bea2c
commit 380df961e5
11 changed files with 0 additions and 59 deletions

View File

@@ -251,10 +251,6 @@ class BedMeshPanel(ScreenPanel):
def _show_keyboard(self, widget=None, event=None):
self._screen.show_keyboard(entry=self.labels['profile_name'])
@staticmethod
def _close_dialog(widget, response):
widget.destroy()
def create_profile(self, widget):
name = self.labels['profile_name'].get_text()
if self.active_mesh is None: