dtwm: Remove the define PANELIST, it is always on for dtwm

This commit is contained in:
Peter Howkins
2018-06-19 19:57:29 +01:00
parent db6de6284f
commit daba6ea7e7
32 changed files with 12 additions and 854 deletions

View File

@@ -1009,7 +1009,6 @@ XtResource wmGlobalResources[] =
XtRImmediate,
(XtPointer)True
},
#if defined(PANELIST)
{
WmNuseFrontPanel,
WmCUseFrontPanel,
@@ -1019,7 +1018,6 @@ XtResource wmGlobalResources[] =
XtRImmediate,
(XtPointer)True
},
#endif /* PANELIST */
#ifdef WSM
{
WmNhelpDirectory,
@@ -1464,7 +1462,6 @@ XtResource wmScreenResources[] =
(XtPointer)(WM_FUNC_ALL & ~(MWM_FUNC_MAXIMIZE | MWM_FUNC_MINIMIZE))
},
#ifdef PANELIST
{
WmNsubpanelDecoration,
WmCSubpanelDecoration,
@@ -1484,7 +1481,6 @@ XtResource wmScreenResources[] =
XtRString,
(XtPointer)NULL
},
#endif /* PANELIST */
{
WmNuseIconBox,
@@ -3263,9 +3259,7 @@ SetStdGlobalResourceValues (void)
wmGD.startupKeyFocus = True;
wmGD.systemButtonClick = True;
wmGD.systemButtonClick2 = True;
#if defined(PANELIST)
wmGD.useFrontPanel=False;
#endif /* PANELIST */
} /* END OF FUNCTION SetStdGlobalResourceValues */