Remove more outdated comments

This commit is contained in:
René Stadler 2007-11-29 13:26:54 +02:00 committed by Stefan Sauer
parent ad7481c82e
commit 40c64be892

View file

@ -629,9 +629,6 @@ class PidColumn (TextColumn):
def get_values_for_size (self):
# TODO: Same as for TimeColumn. There is no guarantee that 999999 is
# the widest string; use fixed font or come up with something better.
return ["999999"]
class ThreadColumn (TextColumn):
@ -651,9 +648,6 @@ class ThreadColumn (TextColumn):
def get_values_for_size (self):
# TODO: Same as for TimeColumn. There is no guarantee that ffffff is
# the widest string; use fixed font or come up with something better.
return [int ("ffffff", 16)]
class CategoryColumn (TextColumn):