Cleaned up useless variable help
This commit is contained in:
parent
2bce072dd1
commit
b51709344d
@ -408,8 +408,6 @@ int EditHeaderinfo(int mode, GMsgHeaderView &view) {
|
||||
break;
|
||||
}
|
||||
|
||||
int help = gwin.help;
|
||||
|
||||
ChgAttrs(true, msg);
|
||||
|
||||
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);
|
||||
|
||||
// whelppcat(help);
|
||||
|
||||
if(not hedit.dropped and not gkbd.quitall) {
|
||||
|
||||
strcpy(msg->by, from_name.c_str());
|
||||
|
Reference in New Issue
Block a user