From 5b5e3e4a05d919cb0da3885b2493118a9ef27996 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 19 Jan 2018 04:45:11 +0100 Subject: [PATCH] Cleanups --- gfx/drivers_font/d3d_w32_font.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/drivers_font/d3d_w32_font.c b/gfx/drivers_font/d3d_w32_font.c index 8681ad7023..54cb78234a 100644 --- a/gfx/drivers_font/d3d_w32_font.c +++ b/gfx/drivers_font/d3d_w32_font.c @@ -43,10 +43,6 @@ typedef struct uint32_t ascent; } d3dfonts_t; -#ifdef __cplusplus -#else -#endif - #if !defined(__cplusplus) || defined(CINTERFACE) #define IDirect3DXFont_DrawTextA(p, a, b, c, d, e, f) (p)->lpVtbl->DrawTextA(p, a, b, c, d, e, f) #define IDirect3DXFont_GetTextMetricsA(p, a) (p)->lpVtbl->GetTextMetricsA(p, a)