diff options
Diffstat (limited to 'src/xlibi18n/lcWrap.c')
-rw-r--r-- | src/xlibi18n/lcWrap.c | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/src/xlibi18n/lcWrap.c b/src/xlibi18n/lcWrap.c index 49bd25f..e489d6a 100644 --- a/src/xlibi18n/lcWrap.c +++ b/src/xlibi18n/lcWrap.c @@ -406,7 +406,7 @@ XwcTextPropertyToTextList( } int -XFree86utf8TextPropertyToTextList( +Xutf8TextPropertyToTextList( Display *dpy, const XTextProperty *text_prop, char ***list_ret, @@ -420,18 +420,6 @@ XFree86utf8TextPropertyToTextList( return (*lcd->methods->utf8_text_prop_to_list)(lcd, dpy, text_prop, list_ret, count_ret); } -#ifndef NOXFREE86COMPAT -#undef Xutf8TextPropertyToTextList -int -Xutf8TextPropertyToTextList( - Display *dpy, - const XTextProperty *text_prop, - char ***list_ret, - int *count_ret) -{ - return XFree86utf8TextPropertyToTextList(dpy, text_prop, list_ret, count_ret); -} -#endif int XmbTextListToTextProperty( @@ -468,7 +456,7 @@ XwcTextListToTextProperty( } int -XFree86utf8TextListToTextProperty( +Xutf8TextListToTextProperty( Display *dpy, char **list, int count, @@ -483,19 +471,6 @@ XFree86utf8TextListToTextProperty( return (*lcd->methods->utf8_text_list_to_prop)(lcd, dpy, list, count, style, text_prop); } -#ifndef NOXFREE86COMPAT -#undef Xutf8TextListToTextProperty -int -Xutf8TextListToTextProperty( - Display *dpy, - char **list, - int count, - XICCEncodingStyle style, - XTextProperty *text_prop) -{ - return XFree86utf8TextListToTextProperty(dpy, list, count, style, text_prop); -} -#endif void XwcFreeStringList( |