--- a/PythonSTC.py Tue Jan 20 15:04:14 2009 +0100
+++ b/PythonSTC.py Tue Jan 20 15:04:41 2009 +0100
@@ -521,8 +521,6 @@
"""Panel for the 'Demo Code' tab"""
def __init__(self, parent, mainFrame):
wx.Panel.__init__(self, parent, size=(1,1))
- if 'wxMSW' in wx.PlatformInfo:
self.mainFrame = mainFrame
self.editor = PythonCodeEditor(self)
self.editor.RegisterModifiedEvent(self.OnCodeModified)