diff --git a/gui/Gui/Mainwindow.py b/gui/Gui/Mainwindow.py index a96bea5..6e3185a 100644 --- a/gui/Gui/Mainwindow.py +++ b/gui/Gui/Mainwindow.py @@ -56,7 +56,6 @@ class MainWindow(wx.Frame): self.CreateExteriorWindowComponents() aTable = wx.AcceleratorTable([ - (wx.ACCEL_CTRL, ord('W'), wx.ID_EXIT), (wx.ACCEL_CTRL, ord('Q'), wx.ID_EXIT), (wx.ACCEL_NORMAL, wx.WXK_F1, ID_VERIFY),