summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 03:17:09 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 03:17:09 +0800
commitef72c801c2d2166a64a02cc76abe76ec3da260f9 (patch)
tree85a40047366f549349ca310ed99115765d8ca969 /include
parent55a067965fdf64ac2726ae1fbc2c1d94c8557dd3 (diff)
downloadpttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.gz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.bz2
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.lz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.xz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.zst
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.zip
- revise menu.c code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3868 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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];