Fix crash using UCI engines

This commit is contained in:
Robert Ancell 2010-01-25 17:34:52 +13:00
parent 08113051c4
commit c736364516

View file

@ -17,7 +17,6 @@ class StateMachine:
self.__readyToConfigure = False
self.__ready = False
self.__inCallback = False
self.__queuedCommands = None
self.__positionCommand = 'position startpos'
def logText(self, text, style):