libs/wine: get_decomposition is not used in that file

Dmitry Timoshkov dmitry at codeweavers.com
Sun Jul 4 23:32:58 CDT 2010


André Hentschel <nerv at dawncrow.de> wrote:

> --- a/libs/wine/sortkey.c
> +++ b/libs/wine/sortkey.c
> @@ -19,7 +19,6 @@
>   */
>  #include "wine/unicode.h"
>  
> -extern int get_decomposition(WCHAR src, WCHAR *dst, unsigned int dstlen);
>  extern const unsigned int collation_table[];

There is a commented out reference to get_decomposition() in that file, so
you need to remove it as well. But better make it used, and figure out why
it was commented out in the first place.

-- 
Dmitry.



More information about the wine-devel mailing list