]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed some dead code.
authorJust van Rossum <just@letterror.com>
Mon, 3 Dec 2001 19:27:38 +0000 (19:27 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 3 Dec 2001 19:27:38 +0000 (19:27 +0000)
Mac/Tools/IDE/PyDocSearch.py

index 1f9842e425766207887367b69957c550b229e269..208870e3d0b529e297074ed24fb35d015aacf675 100644 (file)
@@ -35,21 +35,6 @@ def verifydocpath(docpath):
        return 1
 
 
-class TwoLineList(W.List):
-       
-       LDEF_ID = 468
-       
-       def createlist(self):
-               from Carbon import List
-               self._calcbounds()
-               self.SetPort()
-               rect = self._bounds
-               rect = rect[0]+1, rect[1]+1, rect[2]-16, rect[3]-1
-               self._list = List.LNew(rect, (0, 0, 1, 0), (0, 28), self.LDEF_ID, self._parentwindow.wid,
-                                       0, 1, 0, 1)
-               self.set(self.items)
-
-
 _resultscounter = 1
 
 class Results: