diff --git a/direct/src/level/DistributedLevel.py b/direct/src/level/DistributedLevel.py index f9f26e3215..53c982c130 100755 --- a/direct/src/level/DistributedLevel.py +++ b/direct/src/level/DistributedLevel.py @@ -303,9 +303,6 @@ class DistributedLevel(DistributedObject.DistributedObject, self.titleText.cleanup() self.titleText = None self.zonesEnteredList = [] - - # NOTE: this should be moved to ZoneEntity.disable - toonbase.localToon.chatMgr.chatInputSpeedChat.removeFactoryMenu() def delete(self): DistributedLevel.notify.debug('delete')