From bc94ee099a8a8583eda1a6c365457a6671371c68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 5 Dec 2014 18:16:27 +0100 Subject: [PATCH] usp10: Remove unused function (Clang). --- dlls/usp10/bidi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/usp10/bidi.c b/dlls/usp10/bidi.c index 5b227d81f6b..28252b6e499 100644 --- a/dlls/usp10/bidi.c +++ b/dlls/usp10/bidi.c @@ -505,12 +505,6 @@ static inline int iso_previousValidChar(IsolatedRun *iso_run, int index) return index; } -static inline int iso_previousChar(IsolatedRun *iso_run, int index) -{ - if (index <= 0) return -1; - return index --; -} - static inline void iso_dump_types(const char* header, IsolatedRun *iso_run) { int i, len = 0; -- 2.11.4.GIT