.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-07-30 07:20:35 +00:00
parent 3365953055
commit e50fc8df07

View file

@ -1,22 +1,5 @@
#include "ide.h"
/*
void Ide::SerializeFf(Stream& s) { // Used to move data from regular Find dialog, has to be same as FindAndReplace::Serialize
int version = 1;
s / version;
s % ff.find;
ff.find.SerializeList(s);
s % ff.wholeword % ff.ignorecase % ff.wildcards;
if(version >= 0)
s % ff.samecase;
s % ff.replace;
if(version >= 1) {
s % incremental;
}
ff.replace.SerializeList(s);
}
*/
FileSel& sSD()
{
static bool b;