dtwm: Remove define MOTIF_ONE_DOT_ONE, backwards compatibility for motif 1.1, CDE as a whole requires 2.1

This commit is contained in:
Peter Howkins
2018-06-20 01:11:17 +01:00
parent 9a551dd8a6
commit d5273f121b
12 changed files with 1 additions and 213 deletions

View File

@@ -2129,12 +2129,10 @@ WmICCCMToXmString (XTextProperty *wmNameProp)
switch (status)
{
case XConverterNotFound:
#ifndef MOTIF_ONE_DOT_ONE
sprintf(msg, GETMESSAGE (70,5,
"Window manager cannot convert property %.100s as clientTitle/iconTitle: XmbTextPropertyToTextList"),
XGetAtomName (DISPLAY,wmNameProp->encoding));
Warning(msg);
#endif /* MOTIF_ONE_DOT_ONE */
break;
case XNoMemory: