BeremizIDE.py
changeset 2485 ef327451d067
parent 2483 6a7f92b84855
child 2524 c80b0d864475
--- a/BeremizIDE.py	Tue Jan 29 09:14:47 2019 +0100
+++ b/BeremizIDE.py	Thu Jan 31 14:10:06 2019 +0100
@@ -209,10 +209,6 @@
     def write_error(self, s):
         self.write(s, self.red_yellow)
 
-    def writeyield(self, s):
-        self.write(s)
-        wx.GetApp().Yield()
-
     def flush(self):
         # Temporary deactivate read only mode on StyledTextCtrl for clearing
         # text. It seems that text modifications, even programmatically, are