Browse Source

removed wantOtpServer

Dave Schuyler 21 years ago
parent
commit
14d8475bfa
1 changed files with 0 additions and 3 deletions
  1. 0 3
      direct/src/showbase/ShowBase.py

+ 0 - 3
direct/src/showbase/ShowBase.py

@@ -271,9 +271,6 @@ class ShowBase(DirectObject.DirectObject):
 
         ShowBase.notify.info('__dev__ == %s' % __dev__)
 
-        # This is temporary:
-        __builtins__["wantOtpServer"] = self.config.GetBool('want-otp-server', 0)
-
         # Now hang a hook on the window-event from Panda.  This allows
         # us to detect when the user resizes, minimizes, or closes the
         # main window.