From 53f0fafa20649cb2c2a11ae527dcf9fb56afc2f8 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 14 Sep 2008 13:09:33 +0200 Subject: [PATCH] [config.h.in] Remove conflicting struct --- config.h.in | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/config.h.in b/config.h.in index 578e10e..135df1b 100644 --- a/config.h.in +++ b/config.h.in @@ -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 */