From f0861077dfa88fd1e2846b164701eca5de63c292 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 17 Mar 2021 15:43:24 +1100 Subject: Remove Window::SetFont as never used. --- cocoa/PlatCocoa.mm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cocoa') diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 149949048..66ddddb41 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1406,12 +1406,6 @@ void Window::InvalidateRectangle(PRectangle rc) { //-------------------------------------------------------------------------------------------------- -void Window::SetFont(const Font *) { - // Implemented on list subclass on Cocoa. -} - -//-------------------------------------------------------------------------------------------------- - /** * Converts the Scintilla cursor enum into an NSCursor and stores it in the associated NSView, * which then will take care to set up a new mouse tracking rectangle. -- cgit v1.2.3