Remove zombie function

This commit is contained in:
Markus Koch 2020-07-05 20:06:05 +02:00
parent c43bfe425e
commit a95b140164
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ class display(object):
def render(self):
print("render NYI")
def get_image(self):
print("get_image NYI")
def animate(self, ticks):
print("animate NYI")