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

@@ -55,9 +55,7 @@ static char rcsid[] = "$XConsortium: WmCEvent.c /main/10 1996/08/09 15:05:39 rsw
#include "WmFunction.h"
#include "WmIDecor.h"
#include "WmKeyFocus.h"
#ifdef PANELIST
#include "WmPanelP.h"
#endif /* PANELIST */
#include "WmManage.h"
#include "WmMenu.h"
#include "WmProperty.h"
@@ -339,7 +337,6 @@ Boolean WmDispatchClientEvent (XEvent *event)
BaseWinExposureProc (pCD);
}
}
#ifdef PANELIST
else if (pCD->clientFlags & FRONT_PANEL_BOX)
{
/*
@@ -351,7 +348,6 @@ Boolean WmDispatchClientEvent (XEvent *event)
*/
dispatchEvent = True;
}
#endif /* PANELIST */
}
break;
}