aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-17 15:43:24 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-17 15:43:24 +1100
commitf0861077dfa88fd1e2846b164701eca5de63c292 (patch)
tree73e7cca1b5b22a65cb2d1f2549982ce9c6463036 /cocoa
parent1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4 (diff)
downloadscintilla-mirror-f0861077dfa88fd1e2846b164701eca5de63c292.tar.gz
Remove Window::SetFont as never used.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/PlatCocoa.mm6
1 files changed, 0 insertions, 6 deletions
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.