From dab9cda6563856d4e1bb7b6248b97d7845e09eaf Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Thu, 8 Sep 2011 16:09:14 -0500 Subject: [PATCH] Remove useless function. This function was from the first attempt at a curses interface. Since we're using urwid now instead of curses directly, we don't need it anymore. Signed-off-by: brian m. carlson --- newfol | 3 --- 1 file changed, 3 deletions(-) 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