summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 1e4074f2..6b9a4090 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -615,12 +615,6 @@ struct NameList {
char (*base)[IDLEN+1];
};
-typedef struct commands_t {
- int (*cmdfunc)();
- int level;
- char *desc; /* next/key/description */
-} commands_t;
-
typedef struct MailQueue {
char filepath[FNLEN];
char subject[STRLEN];