Module: wine Branch: master Commit: bc94ee099a8a8583eda1a6c365457a6671371c68 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bc94ee099a8a8583eda1a6c365...
Author: André Hentschel nerv@dawncrow.de Date: Fri Dec 5 18:16:27 2014 +0100
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 5b227d8..28252b6 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;