From 0651a4c27410ee48419a98985e6eea35c9f2a02b Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 8 Apr 2020 14:12:12 +0200 Subject: Remove global GDI helpers qt_win_display_dc and qt_region_from_HRGN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were no longer used anyway. Change-Id: I565480cf39d2d8a27735afe56ac6537bc62fbd4a Reviewed-by: Tor Arne Vestbø Reviewed-by: Friedemann Kleint --- src/plugins/styles/windowsvista/qwindowsxpstyle.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/plugins/styles') diff --git a/src/plugins/styles/windowsvista/qwindowsxpstyle.cpp b/src/plugins/styles/windowsvista/qwindowsxpstyle.cpp index e43746e79f..c7ed8909bc 100644 --- a/src/plugins/styles/windowsvista/qwindowsxpstyle.cpp +++ b/src/plugins/styles/windowsvista/qwindowsxpstyle.cpp @@ -97,10 +97,6 @@ static const int windowsItemVMargin = 0; // menu item ver text margin static const int windowsArrowHMargin = 6; // arrow horizontal margin static const int windowsRightBorder = 12; // right border on windows -// External function calls -extern Q_WIDGETS_EXPORT HDC qt_win_display_dc(); -extern QRegion qt_region_from_HRGN(HRGN rgn); - // Theme names matching the QWindowsXPStylePrivate::Theme enumeration. static const wchar_t *themeNames[QWindowsXPStylePrivate::NThemes] = { -- cgit v1.2.3