From 7ea2d75f37238f76ce12bbed3c2f8a4ddcfe3787 Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Tue, 2 Apr 2024 14:40:33 -0600 Subject: [PATCH] TODO: get rid of all the TODO comments --- progmgr/group.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/progmgr/group.c b/progmgr/group.c index 18e9c7e..7db4baa 100644 --- a/progmgr/group.c +++ b/progmgr/group.c @@ -306,6 +306,10 @@ PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi) // get that hicon outta here DestroyIcon(hIcon); + // this is all terrible i'm gonna rewrite this whole file + // why is the listview even touched here just... omg... + // BAD!! bad functions + // TODO: fail if the listview item isn't added return pItem; }