TODO: get rid of all the TODO comments

This commit is contained in:
Brady McDermott
2024-04-02 14:40:33 -06:00
parent 7602f6df4d
commit 7ea2d75f37

View File

@@ -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;
}