summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2012-07-20 09:13:32 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-20 09:21:19 +0200
commitc081107206cb1d31415539c4429f7896b997cf71 (patch)
tree8a4b1aeea5426c20571d04159977bfce4b7d12ed
parent6c0d267a73e5e79364131336cd936742c063e612 (diff)
Remove unneeded Windows CE dummy functions
With the change I69f4d5d504e2341555d9991c68e82beed2e8129c IsZoomed function is no longer needed. Change-Id: I07239f3e81509f8a966e64ee9705a04ea41cb38d Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r--src/plugins/platforms/windows/qplatformfunctions_wince.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/platforms/windows/qplatformfunctions_wince.h b/src/plugins/platforms/windows/qplatformfunctions_wince.h
index d8905f1569..dc3d80920b 100644
--- a/src/plugins/platforms/windows/qplatformfunctions_wince.h
+++ b/src/plugins/platforms/windows/qplatformfunctions_wince.h
@@ -275,11 +275,6 @@ inline bool IsIconic( HWND /*hWnd*/ )
return false;
}
-inline bool IsZoomed( HWND /*hWnd*/ )
-{
- return true;
-}
-
inline int AddFontResourceExW( LPCWSTR /*name*/, DWORD /*fl*/, PVOID /*res*/)
{
return 0;