Remove a completed todo

This commit is contained in:
Joshua Fuhs 2012-12-04 20:33:43 -05:00
parent d7dd018704
commit 26c1f2bafc
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ Manager_saveWindowState(filename, nm, nv)
Loop, % nv
{
view := A_Index
; @todo: Dump all view window lists
; Dump all view window lists
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
}
}