From 79e8eb033fd2742b67966f5ff973f4ef64005531 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Mon, 1 Jun 2020 11:44:03 +0200 Subject: compat: remove unused subclass typedef --- alf/alfcompat.h | 2 -- 1 file changed, 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; -- cgit v1.2.3