Remove unimplemented debug print from CheckMenuRadioItem.

svn path=/trunk/; revision=22436
This commit is contained in:
James Tabor 2006-06-20 01:42:02 +00:00
parent b48f3fc981
commit 9945135514

View file

@ -3570,7 +3570,7 @@ CheckMenuRadioItem(HMENU hmenu,
mi.cbSize = sizeof(MENUINFO);
UNIMPLEMENTED;
DPRINT("CheckMenuRadioItem\n");
if(idFirst > idLast) return ret;