aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.cpp
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 /qt/ScintillaEditBase/PlatQt.cpp
parent1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4 (diff)
downloadscintilla-mirror-f0861077dfa88fd1e2846b164701eca5de63c292.tar.gz
Remove Window::SetFont as never used.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.cpp')
-rw-r--r--qt/ScintillaEditBase/PlatQt.cpp6
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) {