.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@6942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-21 09:02:12 +00:00
parent 2f102d356b
commit ec35e28d7d

View file

@ -141,7 +141,6 @@ bool CodeEditor::Find(bool back, const wchar *text, bool wholeword, bool ignorec
return FindFrom(pos, back, text, wholeword, ignorecase, wildcards, block);
}
bool CodeEditor::FindFrom(int pos, bool back, const wchar *text, bool wholeword, bool ignorecase,
bool wildcards, bool block) {
WString ft;