GM: remove refactor leftovers (#440)

old-commit-hash: e4ed48928b
This commit is contained in:
Vasily Tarasov
2018-11-18 16:13:44 -08:00
committed by rbiasini
parent 5036c1fa38
commit acce43eb0f
-9
View File
@@ -12,15 +12,6 @@ try:
except ImportError:
CarController = None
# Car chimes, beeps, blinker sounds etc
class CM:
TOCK = 0x81
TICK = 0x82
LOW_BEEP = 0x84
HIGH_BEEP = 0x85
LOW_CHIME = 0x86
HIGH_CHIME = 0x87
class CanBus(object):
def __init__(self):
self.powertrain = 0