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 /gtk | |
parent | 1b5dd62b71d8d9b657b0cd7c138c9dc523a07cc4 (diff) | |
download | scintilla-mirror-f0861077dfa88fd1e2846b164701eca5de63c292.tar.gz |
Remove Window::SetFont as never used.
Diffstat (limited to 'gtk')
-rwxr-xr-x | gtk/PlatGTK.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 5471a7289..9fe312121 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -1067,10 +1067,6 @@ void Window::InvalidateRectangle(PRectangle rc) { } } -void Window::SetFont(const Font *) { - // Can not be done generically but only needed for ListBox -} - void Window::SetCursor(Cursor curs) { // We don't set the cursor to same value numerous times under gtk because // it stores the cursor in the window once it's set |