From b62c42d85e020889b57d483965b9bcd8a39d5d00 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 21 Aug 2010 23:44:13 +0000 Subject: [PATCH] Removed unnecessary code svn: r15789 --- src/ScratchPad.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ScratchPad.py b/src/ScratchPad.py index 28b79473b..181a6734d 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -784,11 +784,6 @@ class ScratchPadListView(object): self._target_type_to_wrapper_class_map = {} self._previous_drop_time = 0 - self.otitles = [(_('Type'),-1,150), - (_('Title'),-1,150), - (_('Value'),-1,150), - ('',-1,0)] # To hold the tooltip text - # Create the tree columns self._col1 = gtk.TreeViewColumn(_("Type")) self._col1.set_property("resizable", True)