Remove unnecessary call to UNREFERENCED_PARAMETER, as the parameter is used later in the function.


svn path=/branches/ntvdm/; revision=59662
This commit is contained in:
Aleksandar Andrejevic 2013-08-07 12:06:39 +00:00
parent 454fade2ac
commit a989736ead

View file

@ -618,8 +618,6 @@ VOID BiosVideoService(LPWORD Stack)
DWORD Edx = EmulatorGetRegister(EMULATOR_REG_DX);
DWORD Ebx = EmulatorGetRegister(EMULATOR_REG_BX);
UNREFERENCED_PARAMETER(Ecx);
switch (HIBYTE(Eax))
{
/* Set Video Mode */