GM: remove refactor leftovers (#440)

old-commit-hash: e4ed48928b
commatwo_master
Vasily Tarasov 7 years ago committed by rbiasini
parent 5036c1fa38
commit acce43eb0f
  1. 9
      selfdrive/car/gm/interface.py

@ -12,15 +12,6 @@ try:
except ImportError: except ImportError:
CarController = None 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): class CanBus(object):
def __init__(self): def __init__(self):
self.powertrain = 0 self.powertrain = 0

Loading…
Cancel
Save