From da3e300b58f9447c59b3de64ad0e4a8429bd3210 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Tue, 14 Jan 2025 16:31:03 -0700 Subject: [PATCH] Remove unused font variable. --- Common/Render/Text/draw_text_cocoa.mm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Common/Render/Text/draw_text_cocoa.mm b/Common/Render/Text/draw_text_cocoa.mm index 206665cbe3..5c4db43976 100644 --- a/Common/Render/Text/draw_text_cocoa.mm +++ b/Common/Render/Text/draw_text_cocoa.mm @@ -65,12 +65,9 @@ public: CFRelease(font); } void Destroy() { - //CFRelease(font); - font = {}; } NSDictionary* attributes = nil; - CTFontRef font = nil; std::string fname; int height; int bold;