dtwm: Remove WSM define, that is always on for CDE

This commit is contained in:
Peter Howkins
2018-06-20 00:46:58 +01:00
parent 5dc05eaeb4
commit 9a551dd8a6
57 changed files with 237 additions and 2797 deletions

View File

@@ -859,11 +859,7 @@ RequestMsgCB(Tt_message m, Tt_pattern p)
pCD = clients[i];
strcpy(ptr, pCD->smClientID);
clientWorkspaces[i] =
#ifdef WSM
pCD->pWsList[pCD->currentWsc].wsID;
#else
pCD->pSD->pWS->id;
#endif
}
}
}