kivy: remove redundant declaration
This commit is contained in:
@@ -81,9 +81,6 @@ class EventsDialog(Factory.Popup):
|
||||
def on_press(self, instance):
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
self.dismiss()
|
||||
|
||||
|
||||
class SelectionDialog(EventsDialog):
|
||||
|
||||
|
||||
@@ -641,7 +641,7 @@ class WizardDialog(EventsDialog):
|
||||
|
||||
def on_release(self, button):
|
||||
self._on_release = True
|
||||
self.close()
|
||||
self.dismiss()
|
||||
if not button:
|
||||
self.wizard.terminate(aborted=True)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user