Attempt to remove mac's copy-paste workaround

This commit is contained in:
DarkPhoenix
2019-08-22 07:32:15 +03:00
parent 99c6614d86
commit 219e1c11dc

View File

@@ -58,11 +58,6 @@ class MainMenuBar(wx.MenuBar):
self.devToolsId = wx.NewId()
self.optimizeFitPrice = wx.NewId()
# pheonix: evaluate if this is needed
if 'wxMac' in wx.PlatformInfo and wx.VERSION >= (3, 0):
wx.ID_COPY = wx.NewId()
wx.ID_PASTE = wx.NewId()
self.mainFrame = mainFrame
wx.MenuBar.__init__(self)