diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-01 11:44:03 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-01 11:44:03 +0200 |
| commit | 79e8eb033fd2742b67966f5ff973f4ef64005531 (patch) | |
| tree | 2dccfcc7f59d0de391a4bd2f647c1b8840bdb086 /alf | |
| parent | f0319406c56cdaf6b91e35ef657c6570c1ebdf23 (diff) | |
compat: remove unused subclass typedef
Diffstat (limited to 'alf')
| -rw-r--r-- | alf/alfcompat.h | 2 |
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; |
