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

@@ -1439,30 +1439,8 @@ void PostMenu (MenuSpec *menuSpec, ClientData *pCD, int x, int y, unsigned int b
passedInEvent->xbutton.time);
}
#ifndef ALTERNATE_POSTMENU
XtManageChild (menuSpec->menuWidget);
#else
if (flags & POST_STICKY)
{
_XmSetPopupMenuClick(menuSpec->menuWidget, True);
}
else
{
_XmSetPopupMenuClick(menuSpec->menuWidget, False);
}
/*
* Post the menu by calling the convenience routine that verifies
* the button event, updates the Xt timestamp, and finally manages
* the pane.
*/
_XmPostPopupMenu( menuSpec->menuWidget, passedInEvent);
#endif
/*
* set the traversal state.
*/
@@ -1516,9 +1494,7 @@ void UnpostMenu (MenuSpec *menuSpec)
*/
{
XtUnmanageChild (menuSpec->menuWidget);
#ifndef OLD_COLORMAP
ForceColormapFocus (ACTIVE_PSD, ACTIVE_PSD->colormapFocus);
#endif
}
} /* END OF FUNCTION UnpostMenu */
@@ -1612,9 +1588,7 @@ static void UnmapCallback (Widget w, XtPointer client_data,
PopGadgetOut(wmGD.gadgetClient, FRAME_SYSTEM);
}
#ifndef OLD_COLORMAP
ForceColormapFocus (ACTIVE_PSD, ACTIVE_PSD->colormapFocus);
#endif
PullExposureEvents();
} /* END OF FUNCTION UnmapCallback */