Skip to content

Commit 3050466

Browse files
committed
style(colors_list): remove commented-out line
1 parent 99bc99c commit 3050466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oomox_gui/colors_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ def _wrap_slow_callbacks(slow_callbacks):
458458
def _new_cb(key, value):
459459
GLib.timeout_add(0, self.disable, priority=GLib.PRIORITY_HIGH)
460460
for slow_cb in slow_callbacks:
461-
# GLib.idle_add(slow_cb, key, value, priority=GLib.PRIORITY_LOW)
462461
Gdk.threads_add_idle(GLib.PRIORITY_LOW, slow_cb, key, value, )
463462
GLib.idle_add(self.enable, priority=GLib.PRIORITY_LOW)
464463
return _new_cb

0 commit comments

Comments
 (0)