From 26c1f2bafc43323eab4133d272e5465ea943f66a Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Tue, 4 Dec 2012 20:33:43 -0500 Subject: [PATCH] Remove a completed todo --- src/Manager.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Manager.ahk b/src/Manager.ahk index 7ef7c3c..6935c4f 100644 --- a/src/Manager.ahk +++ b/src/Manager.ahk @@ -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" } }