From a95b140164ecd75831645a890137d0b671c0a28f Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 5 Jul 2020 20:06:05 +0200 Subject: [PATCH] Remove zombie function --- software/webradio.py | 3 --- 1 file changed, 3 deletions(-) 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")