aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/PlatWin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index f63262cfe..cade8d005 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -2341,11 +2341,6 @@ void Window::InvalidateRectangle(PRectangle rc) {
::InvalidateRect(HwndFromWindowID(wid), &rcw, FALSE);
}
-void Window::SetFont(const Font *font) {
- const FontWin *pfm = dynamic_cast<const FontWin *>(font);
- SetWindowFont(HwndFromWindowID(wid), pfm->HFont(), 0);
-}
-
namespace {
void FlipBitmap(HBITMAP bitmap, int width, int height) noexcept {