Remove replylinkfloat usage from non-thread views. Patch from Ianos Gnatiuc

This commit is contained in:
Stas Degteff 2005-09-24 07:57:06 +00:00
parent c206fb5cef
commit 54bcc82afc
5 changed files with 0 additions and 6 deletions

View File

@ -540,8 +540,6 @@ void SelMaskPick::Run() {
index = position = AL.mask;
replylinkfloat = CFG->replylinkfloat;
run_picker();
if(not aborted)

View File

@ -84,7 +84,6 @@ GPickArealist::GPickArealist() {
pmscan = false;
area_fuzidx = 0;
replylinkfloat = CFG->replylinkfloat;
}

View File

@ -98,7 +98,6 @@ public:
void gfileselect::open() {
replylinkfloat = CFG->replylinkfloat;
display_page();
}

View File

@ -97,7 +97,6 @@ public:
memset(&msg, 0, sizeof(GMsg));
mlst = NULL;
maximum_index = AA->Msgn.Count()-1;
replylinkfloat = CFG->replylinkfloat;
};
~GMsgList() {
ResetMsg(&msg);

View File

@ -38,7 +38,6 @@ guserbase::guserbase() {
long tries = 0;
strcpy(fname, AddPath(CFG->goldpath, CFG->golduser));
replylinkfloat = CFG->replylinkfloat;
do {
usrbase.open(fname, O_RDWR|O_CREAT|O_BINARY, SH_DENYNO, S_STDRW);