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. --- qt/ScintillaEditBase/PlatQt.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'qt/ScintillaEditBase/PlatQt.cpp') diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp index ee17bf0f7..9cd68a2df 100644 --- a/qt/ScintillaEditBase/PlatQt.cpp +++ b/qt/ScintillaEditBase/PlatQt.cpp @@ -710,12 +710,6 @@ void Window::InvalidateRectangle(PRectangle rc) window(wid)->update(QRectFromPRect(rc)); } -void Window::SetFont(const Font *font) -{ - if (wid) - window(wid)->setFont(*FontPointer(font)); -} - void Window::SetCursor(Cursor curs) { if (wid) { -- cgit v1.2.3