diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-17 15:43:24 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-17 15:43:24 +1100 |
commit | f0861077dfa88fd1e2846b164701eca5de63c292 (patch) | |
tree | 73e7cca1b5b22a65cb2d1f2549982ce9c6463036 /qt/ScintillaEditBase/PlatQt.cpp | |
parent | 1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4 (diff) | |
download | scintilla-mirror-f0861077dfa88fd1e2846b164701eca5de63c292.tar.gz |
Remove Window::SetFont as never used.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r-- | qt/ScintillaEditBase/PlatQt.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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) { |