Browse Source

direct: remove empty useless direct.controls.PhysicsRoller module

rdb 6 years ago
parent
commit
40b3c7ccc9
2 changed files with 0 additions and 3 deletions
  1. 0 2
      direct/src/controls/PhysicsRoller.py
  2. 0 1
      tests/test_imports.py

+ 0 - 2
direct/src/controls/PhysicsRoller.py

@@ -1,2 +0,0 @@
-"""PhysicsRoller is for wheels, soccer balls, billiard balls, and other things that roll."""
-

+ 0 - 1
tests/test_imports.py

@@ -45,7 +45,6 @@ def test_imports_direct():
     import direct.controls.InputState
     import direct.controls.NonPhysicsWalker
     import direct.controls.ObserverWalker
-    import direct.controls.PhysicsRoller
     import direct.controls.PhysicsWalker
     import direct.controls.SwimWalker
     import direct.controls.TwoDWalker