mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[RAPPS] Remove deprecated TODO; use _countof() where needed.
This commit is contained in:
parent
3f5fe94104
commit
26ac8ac81e
5 changed files with 3 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue