[config.h.in] Remove conflicting struct

This commit is contained in:
Martin Duquesnoy 2008-09-14 13:09:33 +02:00
parent 2e2b5d4dec
commit 53f0fafa20

View File

@ -41,21 +41,4 @@
#define WMFS_COMPILE_FLAGS "@WMFS_COMPILE_FLAGS@"
#define WMFS_LINKED_LIBS "@WMFS_LINKED_LIBS@"
typedef struct {
char *name;
void *func;
} func_name_list_t;
typedef struct {
char *name;
KeySym keysym;
} key_name_list_t;
typedef struct {
char *name;
unsigned int button;
} name_to_uint_t;
void init_conf(void);
#endif /* CONFIG_H */