From 4ee3c179447df872fe5115d30f3e449b8e9b8de9 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Fri, 16 May 2014 13:05:24 +0300 Subject: [PATCH] Drop some qtextengine_win.cpp leftovers Change-Id: Id0d39acfcb340b40e51b8d06a4308df809a8fc1b Reviewed-by: Simon Hausmann --- src/plugins/platforms/windows/qwindowsfontengine.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/platforms/windows/qwindowsfontengine.cpp b/src/plugins/platforms/windows/qwindowsfontengine.cpp index d30d3fd07e..d3cbea0b92 100644 --- a/src/plugins/platforms/windows/qwindowsfontengine.cpp +++ b/src/plugins/platforms/windows/qwindowsfontengine.cpp @@ -111,11 +111,6 @@ static void resolveGetCharWidthI() ptrGetCharWidthI = (PtrGetCharWidthI)QSystemLibrary::resolve(QStringLiteral("gdi32"), "GetCharWidthI"); } -// defined in qtextengine_win.cpp -typedef void *SCRIPT_CACHE; -typedef HRESULT (WINAPI *fScriptFreeCache)(SCRIPT_CACHE *); -extern fScriptFreeCache ScriptFreeCache; - static inline quint32 getUInt(unsigned char *p) { quint32 val;