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

@@ -494,9 +494,7 @@ void HideFeedbackWindow (WmScreenData *pSD)
if (pSD->feedbackWin)
{
XUnmapWindow (DISPLAY, pSD->feedbackWin);
#ifndef OLD_COLORMAP
ForceColormapFocus (ACTIVE_PSD, ACTIVE_PSD->colormapFocus);
#endif
}
pSD->fbStyle = FB_OFF;
}