Remove another completed todo

This commit is contained in:
Joshua Fuhs 2012-12-04 20:34:13 -05:00
parent 26c1f2bafc
commit 5989c43a53

View file

@ -891,8 +891,8 @@ Manager_saveWindowState(filename, nm, nv)
text .= "`n" text .= "`n"
; @todo: Dump window arrangements on every view. If some views or monitors have disappeared, leave their ;; Dump window arrangements on every view. If some views or monitors have disappeared, leave their
; corresponding windows alone. ;; corresponding windows alone.
Loop, % nm Loop, % nm
{ {
@ -900,7 +900,7 @@ Manager_saveWindowState(filename, nm, nv)
Loop, % nv Loop, % nv
{ {
view := A_Index view := A_Index
; Dump all view window lists ;; Dump all view window lists
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n" text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
} }
} }