Skip to content

Commit fa21e51

Browse files
committed
Remove unused resources
1 parent ed96e48 commit fa21e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProcessHacker/sysscmem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ INT_PTR CALLBACK PhSipMemoryDialogProc(
336336
3,
337337
3,
338338
MemoryDialog,
339-
(HMENU)IDC_COMMIT,
339+
NULL,
340340
PhInstanceHandle,
341341
NULL
342342
);
@@ -351,7 +351,7 @@ INT_PTR CALLBACK PhSipMemoryDialogProc(
351351
3,
352352
3,
353353
MemoryDialog,
354-
(HMENU)IDC_PHYSICAL,
354+
NULL,
355355
PhInstanceHandle,
356356
NULL
357357
);

0 commit comments

Comments
 (0)