remove unneded call for creating tutorial list
This commit is contained in:
parent
62714a14c5
commit
e459790483
@ -13,7 +13,6 @@ class helpManager():
|
|||||||
self.tutorialListIndex = None
|
self.tutorialListIndex = None
|
||||||
def initialize(self, environment):
|
def initialize(self, environment):
|
||||||
self.env = environment
|
self.env = environment
|
||||||
self.createHelpDict()
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
def toggleTutorialMode(self):
|
def toggleTutorialMode(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user