Cleaned up useless variable help

This commit is contained in:
Alexander S. Aganichev 2000-11-27 13:29:08 +00:00
parent 2bce072dd1
commit b51709344d

View File

@ -408,8 +408,6 @@ int EditHeaderinfo(int mode, GMsgHeaderView &view) {
break; break;
} }
int help = gwin.help;
ChgAttrs(true, msg); ChgAttrs(true, msg);
whelpdef(CFG->helpged, Key_F1, C_HELPB, C_HELPW, C_HELPQ, C_HELPS, NULL); whelpdef(CFG->helpged, Key_F1, C_HELPB, C_HELPW, C_HELPQ, C_HELPS, NULL);
@ -428,8 +426,6 @@ int EditHeaderinfo(int mode, GMsgHeaderView &view) {
ChgAttrs(false, msg); ChgAttrs(false, msg);
// whelppcat(help);
if(not hedit.dropped and not gkbd.quitall) { if(not hedit.dropped and not gkbd.quitall) {
strcpy(msg->by, from_name.c_str()); strcpy(msg->by, from_name.c_str());