diff --git a/software/webradio.py b/software/webradio.py index f600cc4..4947569 100644 --- a/software/webradio.py +++ b/software/webradio.py @@ -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")