'notdef' means it's not used, so we remove it

This commit is contained in:
wmoxam
2019-10-13 23:33:24 -04:00
committed by Jon Trulson
parent de81a5b518
commit ab741a1241
15 changed files with 0 additions and 327 deletions

View File

@@ -431,9 +431,6 @@ DecrementInstanceCountAndExit(Widget w, XtPointer client_data,
#ifdef TERMINAL_SERVER
if (attrs.standAlone || !attrs.serverId) {
#endif /* TERMINAL_SERVER */
#ifdef notdef
if (!attrs.server) {
#endif /* notdef */
if (InstanceCount <= 0) {
/* use a timeout so that the toolkit can finish killing off
* this widget...
@@ -446,12 +443,6 @@ DecrementInstanceCountAndExit(Widget w, XtPointer client_data,
ServerInstanceTerminated((Widget) client_data);
}
#endif /* TERMINAL_SERVER */
#ifdef notdef
} else {
/* Here is where one would add the call into sunDtTermServer.c
* implement a "lurking" dtterm server. */
}
#endif /* notdef */
}
/***************************************************************************