diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index dccaea5..240404b 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -635,13 +635,6 @@ class Interface(object): return - def _cell_renderer_options(self, column, cell, store, position): - """Callback for the options renderer. Adds the delete icon if the - message belongs to the user or reply if not.""" - data = store.get_value(position, 0) - cell.set_property('pixbuf', self._reply_pixbuf) - return - # ------------------------------------------------------------ # Helper functions # ------------------------------------------------------------