Author: aandrejevic
Date: Wed Aug 7 12:06:39 2013
New Revision: 59662
URL:
http://svn.reactos.org/svn/reactos?rev=59662&view=rev
Log:
[NTVDM]
Remove unnecessary call to UNREFERENCED_PARAMETER, as the parameter is used later in the
function.
Modified:
branches/ntvdm/subsystems/ntvdm/bios.c
Modified: branches/ntvdm/subsystems/ntvdm/bios.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios.c?r…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/bios.c [iso-8859-1] Wed Aug 7 12:06:39 2013
@@ -618,8 +618,6 @@
DWORD Edx = EmulatorGetRegister(EMULATOR_REG_DX);
DWORD Ebx = EmulatorGetRegister(EMULATOR_REG_BX);
- UNREFERENCED_PARAMETER(Ecx);
-
switch (HIBYTE(Eax))
{
/* Set Video Mode */