Skip to content

Commit 7ea2d75

Browse files
committed
TODO: get rid of all the TODO comments
1 parent 7602f6d commit 7ea2d75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

progmgr/group.c

+4
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi)
306306
// get that hicon outta here
307307
DestroyIcon(hIcon);
308308

309+
// this is all terrible i'm gonna rewrite this whole file
310+
// why is the listview even touched here just... omg...
311+
// BAD!! bad functions
312+
309313
// TODO: fail if the listview item isn't added
310314
return pItem;
311315
}

0 commit comments

Comments
 (0)