summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcameltris.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/cameltris.py b/cameltris.py
index 542e852..e7b2b1c 100755
--- a/cameltris.py
+++ b/cameltris.py
@@ -11,15 +11,6 @@ import pygame
from pycameltris.controller import KeyboardController, JoystickController, Input
-class PS3Controller(enum.Enum):
- CROSS = 0
- CIRCLE = 1
- TRIANGLE = 2
- SQUARE = 3
- DOWN = 14
- LEFT = 15
- RIGHT = 16
-
class WouldCollide(Exception):
pass