From ad1a1dd1f2fb8be0c37a31d0c9a53932ec824812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 22 Jul 2015 11:47:51 +0200 Subject: Remove permute_conf permute_conf was only temporally program for generating dot_config file. Its main function now has program allconfig. This program has also some text interface, but it wasn't optimal and in the end wasn't used at all. --- scripts/permute_conf/menudata.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 scripts/permute_conf/menudata.h (limited to 'scripts/permute_conf/menudata.h') diff --git a/scripts/permute_conf/menudata.h b/scripts/permute_conf/menudata.h deleted file mode 100644 index a273891..0000000 --- a/scripts/permute_conf/menudata.h +++ /dev/null @@ -1,20 +0,0 @@ -#include -#include -#include - -#include - -#ifndef _MENUDATA_H_ -#define _MENUDATA_H_ - -struct menudata { - bool permute; - bool subpermute; -}; - -struct menudata *menudata_new(void); -void menudata_set_permute(struct menu *m, bool perm); -void menudata_set_all_permute(struct menu *m, bool perm); -void menudata_cal(struct menu *m); - -#endif /* _MENUDATA_H_ */ -- cgit v1.2.3