remove broken commented code
This commit is contained in:
parent
e22a4ce981
commit
b0810a6042
4
bink.py
4
bink.py
@ -155,10 +155,6 @@ class ActionBox(urwid.ListBox):
|
|||||||
for i in range(1, floor(size[1] / 2)):
|
for i in range(1, floor(size[1] / 2)):
|
||||||
super().keypress(size, "up")
|
super().keypress(size, "up")
|
||||||
super().keypress(size, key)
|
super().keypress(size, key)
|
||||||
# completely borked code
|
|
||||||
# focus = self.get_focus_widgets()[0]
|
|
||||||
# if focus.post_time == app.walker[-1].post_time:
|
|
||||||
# app.update(before=focus.post_time)
|
|
||||||
|
|
||||||
app = App()
|
app = App()
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user