From e50fc8df077f06d64547b0830eaee97f3d98b636 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 30 Jul 2014 07:20:35 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@7554 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/FindInFiles.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/uppsrc/ide/FindInFiles.cpp b/uppsrc/ide/FindInFiles.cpp index 814cd31d9..d16938d80 100644 --- a/uppsrc/ide/FindInFiles.cpp +++ b/uppsrc/ide/FindInFiles.cpp @@ -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;