1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +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:
Christophe CURIS
2014-12-08 22:42:34 +01:00
committed by Carlos R. Mafra
parent bbd42b3a20
commit 1d0f02f5ca
4 changed files with 0 additions and 7 deletions

View File

@@ -42,7 +42,6 @@ typedef enum {
} InfoType;
#define MAX_SECTION_SIZE 4
#define PATH_LEN 256
typedef struct _Panel {
WMBox *box;