[CONSRV]: Move ConioDrawConsole to where it should belong.
[reactos.git] / win32ss / user / winsrv / consrv / condrv / console.c
index 2e54b24..446e028 100644 (file)
@@ -297,7 +297,6 @@ ConDrvRegisterTerminal(IN PCONSOLE Console,
 
     /* Copy buffer contents to screen */
     // Terminal.Draw();
-    // ConioDrawConsole(Console);
 
     DPRINT("Terminal initialization done\n");
     return STATUS_SUCCESS;