From 06c2e60cf050c8be47043c792c3a5b39fc3ac899 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 23 Nov 2015 20:06:53 +0100 Subject: LAB: Further renaming of vga code --- engines/lab/vga.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/lab/vga.h') diff --git a/engines/lab/vga.h b/engines/lab/vga.h index aa5a26cda2..ade6a2ac79 100644 --- a/engines/lab/vga.h +++ b/engines/lab/vga.h @@ -64,7 +64,6 @@ void drawVLine(uint16 x1, uint16 y, uint16 x2); void rectFill(uint16 x1, uint16 y1, uint16 x2, uint16 y2); void ghoastRect(uint16 pencolor, uint16 x1, uint16 y1, uint16 x2, uint16 y2); void WSDL_UpdateScreen(); -void WSDL_IgnoreUpdateDisplay(int state); void WSDL_GetMousePos(int *x, int *y); uint16 WSDL_GetNextChar(); bool WSDL_HasNextChar(); -- cgit v1.2.3