[Win32k]
[reactos.git] / reactos / subsystems / win32 / win32k / include / monitor.h
index cc42f0d..bfa40b3 100644 (file)
@@ -31,13 +31,6 @@ typedef struct _MONITOR
     struct _MONITOR* Prev; //Blink;
 } MONITOR, *PMONITOR;
 
-/* functions */
-INIT_FUNCTION
-NTSTATUS
-NTAPI
-InitMonitorImpl(VOID);
-NTSTATUS CleanupMonitorImpl(VOID);
-
 NTSTATUS IntAttachMonitor(PDEVOBJ *pGdiDevice, ULONG DisplayNumber);
 NTSTATUS IntDetachMonitor(PDEVOBJ *pGdiDevice);
 NTSTATUS IntUpdateMonitorSize(IN PDEVOBJ *pGdiDevice);