* Sync up to trunk r55544.
[reactos.git] / subsystems / win32 / win32k / include / hotkey.h
index 44107ab..89fa7d0 100644 (file)
@@ -16,8 +16,6 @@ typedef struct _HOT_KEY
 #define IDHK_WINKEY    -7
 #define IDHK_REACTOS   -8
 
-INIT_FUNCTION NTSTATUS NTAPI InitHotkeyImpl(VOID);
-
 VOID FASTCALL UnregisterWindowHotKeys(PWND Window);
 VOID FASTCALL UnregisterThreadHotKeys(struct _ETHREAD *pThread);
 BOOL NTAPI co_UserProcessHotKeys(WORD wVk, BOOL bIsDown);