diff -r 2318a7cde101 -r ef327451d067 BeremizIDE.py --- 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