diff --git a/inc/hook.h b/inc/hook.h
index c147065..d67e45b 100644
--- a/inc/hook.h
+++ b/inc/hook.h
@@ -3,8 +3,6 @@
 
 #include <windows.h>
 
-typedef HFONT(__stdcall* CREATEFONTINDIRECTA)(CONST LOGFONT*);
-
 typedef BOOL (WINAPI* GETCURSORPOSPROC)(LPPOINT);
 typedef BOOL(WINAPI* CLIPCURSORPROC)(const RECT*);
 typedef int (WINAPI* SHOWCURSORPROC)(BOOL);