diff --git a/newfol b/newfol index 94ba03f..f1d4a9b 100755 --- a/newfol +++ b/newfol @@ -52,9 +52,6 @@ class DatabaseData: self.records = recs self.mapping = mapping -def convert_color(x): - return int(x * 1000 / 255) - class View: def render(self, loop): pass