dwrite: Remove unused code (Clang).

oldstable
André Hentschel 2014-11-21 20:58:56 +01:00 committed by Alexandre Julliard
parent 5ddc53f30e
commit 2b3c5d6194
2 changed files with 0 additions and 8 deletions

View File

@ -513,12 +513,6 @@ static inline int get_prev_valid_char_from_run(IsolatedRun *run, int index)
return index;
}
static inline int iso_previousChar(IsolatedRun *run, int index)
{
if (index <= 0) return -1;
return index--;
}
static inline void iso_dump_types(const char* header, IsolatedRun *run)
{
int i, len = 0;

View File

@ -23,8 +23,6 @@
#include "dwrite_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(dwrite);
struct scriptshaping_cache
{
IDWriteFontFace *fontface;