summaryrefslogtreecommitdiff
path: root/alf/alfcompat.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-06-01 11:44:03 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-06-01 11:44:03 +0200
commit79e8eb033fd2742b67966f5ff973f4ef64005531 (patch)
tree2dccfcc7f59d0de391a4bd2f647c1b8840bdb086 /alf/alfcompat.h
parentf0319406c56cdaf6b91e35ef657c6570c1ebdf23 (diff)
compat: remove unused subclass typedef
Diffstat (limited to 'alf/alfcompat.h')
-rw-r--r--alf/alfcompat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h
index e2df004..8186492 100644
--- a/alf/alfcompat.h
+++ b/alf/alfcompat.h
@@ -34,8 +34,6 @@ static inline BOOL ALF_Compat_IsWinNT(void)
return GetVersion() < 0x80000000;
}
-typedef LRESULT (CALLBACK *ALF_COMPAT_SUBCLASSPROC)(HWND,UINT,WPARAM,LPARAM,UINT_PTR,DWORD_PTR);
-
typedef struct {
UINT cbSize;
int iBorderWidth;