Explorar el Código

remove old panda code

David Rose hace 24 años
padre
commit
1e446cffff
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2 5
      direct/src/gui/DirectGuiGlobals.py

+ 2 - 5
direct/src/gui/DirectGuiGlobals.py

@@ -39,11 +39,8 @@ DESTROY = 'destroy-'
 PRINT = 'print-'
 PRINT = 'print-'
 ENTER = PGButton.getEnterPrefix()
 ENTER = PGButton.getEnterPrefix()
 EXIT = PGButton.getExitPrefix()
 EXIT = PGButton.getExitPrefix()
-#WITHIN = PGButton.getWithinPrefix()
-#WITHOUT = PGButton.getWithoutPrefix()
-# Temporary for old pandas
-WITHIN = 'within-'
-WITHOUT = 'without-'
+WITHIN = PGButton.getWithinPrefix()
+WITHOUT = PGButton.getWithoutPrefix()
 B1CLICK = PGButton.getClickPrefix() + MouseButton.one().getName() + '-'
 B1CLICK = PGButton.getClickPrefix() + MouseButton.one().getName() + '-'
 B2CLICK = PGButton.getClickPrefix() + MouseButton.two().getName() + '-'
 B2CLICK = PGButton.getClickPrefix() + MouseButton.two().getName() + '-'
 B3CLICK = PGButton.getClickPrefix() + MouseButton.three().getName() + '-'
 B3CLICK = PGButton.getClickPrefix() + MouseButton.three().getName() + '-'