From 856d83fb194ca26099e38aaf5e5f4a022d3d23fa Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 5 Dec 2010 08:41:50 +0100 Subject: Code cleanup Remove debug statements from FileSystemWidget. Also remove useless helper func StringListContains. That was a goodie. I guess I was quite drunk when I wrote that... --- helper.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'helper.cpp') diff --git a/helper.cpp b/helper.cpp index dff3584..fdab083 100644 --- a/helper.cpp +++ b/helper.cpp @@ -164,10 +164,6 @@ namespace Helper { return retval; } - bool StringListContains::operator()(const QString s, const QString &part) const { - return s.contains(part); - } - bool SortFileInfoList::operator ()(const QFileInfo &lhs, const QFileInfo &rhs) const { return lhs.fileName().toLower() < rhs.fileName().toLower(); } -- cgit v1.2.3-70-g09d2