Remove replylinkfloat usage from non-thread views. Patch from Ianos Gnatiuc
This commit is contained in:
parent
c206fb5cef
commit
54bcc82afc
@ -540,8 +540,6 @@ void SelMaskPick::Run() {
|
|||||||
|
|
||||||
index = position = AL.mask;
|
index = position = AL.mask;
|
||||||
|
|
||||||
replylinkfloat = CFG->replylinkfloat;
|
|
||||||
|
|
||||||
run_picker();
|
run_picker();
|
||||||
|
|
||||||
if(not aborted)
|
if(not aborted)
|
||||||
|
@ -84,7 +84,6 @@ GPickArealist::GPickArealist() {
|
|||||||
pmscan = false;
|
pmscan = false;
|
||||||
|
|
||||||
area_fuzidx = 0;
|
area_fuzidx = 0;
|
||||||
replylinkfloat = CFG->replylinkfloat;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,7 +98,6 @@ public:
|
|||||||
|
|
||||||
void gfileselect::open() {
|
void gfileselect::open() {
|
||||||
|
|
||||||
replylinkfloat = CFG->replylinkfloat;
|
|
||||||
display_page();
|
display_page();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -97,7 +97,6 @@ public:
|
|||||||
memset(&msg, 0, sizeof(GMsg));
|
memset(&msg, 0, sizeof(GMsg));
|
||||||
mlst = NULL;
|
mlst = NULL;
|
||||||
maximum_index = AA->Msgn.Count()-1;
|
maximum_index = AA->Msgn.Count()-1;
|
||||||
replylinkfloat = CFG->replylinkfloat;
|
|
||||||
};
|
};
|
||||||
~GMsgList() {
|
~GMsgList() {
|
||||||
ResetMsg(&msg);
|
ResetMsg(&msg);
|
||||||
|
@ -38,7 +38,6 @@ guserbase::guserbase() {
|
|||||||
long tries = 0;
|
long tries = 0;
|
||||||
|
|
||||||
strcpy(fname, AddPath(CFG->goldpath, CFG->golduser));
|
strcpy(fname, AddPath(CFG->goldpath, CFG->golduser));
|
||||||
replylinkfloat = CFG->replylinkfloat;
|
|
||||||
|
|
||||||
do {
|
do {
|
||||||
usrbase.open(fname, O_RDWR|O_CREAT|O_BINARY, SH_DENYNO, S_STDRW);
|
usrbase.open(fname, O_RDWR|O_CREAT|O_BINARY, SH_DENYNO, S_STDRW);
|
||||||
|
Reference in New Issue
Block a user