From c081107206cb1d31415539c4429f7896b997cf71 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Fri, 20 Jul 2012 09:13:32 +0200 Subject: [PATCH] Remove unneeded Windows CE dummy functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the change I69f4d5d504e2341555d9991c68e82beed2e8129c IsZoomed function is no longer needed. Change-Id: I07239f3e81509f8a966e64ee9705a04ea41cb38d Reviewed-by: Björn Breitmeyer Reviewed-by: Friedemann Kleint --- src/plugins/platforms/windows/qplatformfunctions_wince.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/platforms/windows/qplatformfunctions_wince.h b/src/plugins/platforms/windows/qplatformfunctions_wince.h index d8905f15691..dc3d80920b2 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;