From d1dbe1be23fcdff14516b3cac660fcc21bc9d2ae Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 17 Jun 2005 19:43:51 +0000 Subject: [PATCH] Remove definiton of PHAL_RESET_DISPLAY_PARAMETERS. svn path=/trunk/; revision=16010 --- reactos/drivers/video/videoprt/dispatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/video/videoprt/dispatch.c b/reactos/drivers/video/videoprt/dispatch.c index 3c11f8e4adf..fe0544b68d8 100644 --- a/reactos/drivers/video/videoprt/dispatch.c +++ b/reactos/drivers/video/videoprt/dispatch.c @@ -25,7 +25,6 @@ /* EXTERNAL FUNCTIONS *********************************************************/ -typedef PVOID PHAL_RESET_DISPLAY_PARAMETERS; VOID STDCALL HalAcquireDisplayOwnership(IN PHAL_RESET_DISPLAY_PARAMETERS ResetDisplayParameters); VOID STDCALL HalReleaseDisplayOwnership();