mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
Remove more outdated comments
This commit is contained in:
parent
ad7481c82e
commit
40c64be892
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue