os: drop ifdef NO_PART_NET code path

This symbol is never defined, so that code path isn't needed.
Disabling "partial network" (thus, not arborting when not all
requested interfaces can't be bound) can be done via command line.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-05 15:08:15 +01:00
committed by Enrico Weigelt
parent 75c751dd92
commit e1dc65bdf0

View File

@@ -407,11 +407,7 @@ ProcessCommandLine(int argc, char *argv[])
defaultKeyboardControl.autoRepeat = TRUE;
#ifdef NO_PART_NET
PartialNetwork = FALSE;
#else
PartialNetwork = TRUE;
#endif
for (i = 0; defaultNoListenList[i] != NULL; i++) {
if (_XSERVTransNoListen(defaultNoListenList[i]))