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. --- gtk/PlatGTK.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk') 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 -- cgit v1.2.3