Remove more outdated comments
This commit is contained in:
parent
ad7481c82e
commit
40c64be892
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user