Cleanup: remove invalid comment

This commit is contained in:
Campbell Barton
2025-06-04 16:53:07 +10:00
parent 8fd17c4368
commit 8094e7c5f0

View File

@@ -27,7 +27,6 @@ def _keep_open():
def _test_window(windows_exclude=None):
import bpy
wm = bpy.data.window_managers[0]
# Use -1 so the last added window is always used.
if windows_exclude is None:
return wm.windows[0]
for window in wm.windows: