[RAPPS] Remove deprecated TODO; use _countof() where needed.

This commit is contained in:
Hermès Bélusca-Maïto 2018-02-03 23:40:58 +01:00
parent 3f5fe94104
commit 26ac8ac81e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 3 additions and 6 deletions

View file

@ -147,7 +147,6 @@ CreateHSplitBar(HWND hwnd)
hInst,
NULL);
if (hHSplitter == NULL)
{
/* TODO: Show error message */
@ -288,7 +287,6 @@ CreateVSplitBar(HWND hwnd)
hInst,
NULL);
if (!hVSplitter)
{
/* TODO: Show error message */