Remove all optional compile flags from dtwm that are not referenced anywhere, and are unlikely to ever be used

This commit is contained in:
wmoxam
2019-10-14 00:31:57 -04:00
committed by Jon Trulson
parent ab863f212d
commit 14e385d175
23 changed files with 0 additions and 519 deletions

View File

@@ -159,7 +159,6 @@ void AdoptInitialClients (WmScreenData *pSD)
if (XQueryTree (DISPLAY, pSD->rootWindow, &root, &parent, &clients,
&nclients))
{
#ifndef DONT_FILTER_ICON_WINDOWS
/*
* Filter out icon windows so they don't get managed as a client
* window. Icon windows will be process in SetupClientIconWindow().
@@ -181,7 +180,6 @@ void AdoptInitialClients (WmScreenData *pSD)
}
}
}
#endif
for (i = 0; i < nclients; i++)
{
@@ -1153,9 +1151,7 @@ void WithdrawWindow (ClientData *pCD)
}
XtFree ((char *) (pCD->cmapWindows));
XtFree ((char *) (pCD->clientCmapList));
#ifndef OLD_COLORMAP /* colormap */
XtFree ((char *) (pCD->clientCmapFlags));
#endif
}
/*