Commit 2b3c5d61 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

dwrite: Remove unused code (Clang).

parent 5ddc53f3
...@@ -513,12 +513,6 @@ static inline int get_prev_valid_char_from_run(IsolatedRun *run, int index) ...@@ -513,12 +513,6 @@ static inline int get_prev_valid_char_from_run(IsolatedRun *run, int index)
return 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) static inline void iso_dump_types(const char* header, IsolatedRun *run)
{ {
int i, len = 0; int i, len = 0;
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include "dwrite_private.h" #include "dwrite_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(dwrite);
struct scriptshaping_cache struct scriptshaping_cache
{ {
IDWriteFontFace *fontface; IDWriteFontFace *fontface;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment