mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
remove a few unused constant for size of buffers
As pointed by gcc, a few constants which contain sizes for buffers are not used anywhere in the code. This is probably due to code cleanup, where these buffers have been removed or where size is automatically calculated by using 'sizeof' instead to reduce risk of bugs. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
bbd42b3a20
commit
1d0f02f5ca
@@ -57,7 +57,6 @@
|
||||
/* index of the first workspace menu entry */
|
||||
#define MC_WORKSPACE1 3
|
||||
|
||||
#define MAX_SHORTCUT_LENGTH 32
|
||||
#define WORKSPACE_NAME_DISPLAY_PADDING 32
|
||||
|
||||
static WMPropList *dWorkspaces = NULL;
|
||||
|
||||
Reference in New Issue
Block a user