Drop some qtextengine_win.cpp leftovers
Change-Id: Id0d39acfcb340b40e51b8d06a4308df809a8fc1b Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
54da6c25eb
commit
4ee3c17944
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user