diff options
Diffstat (limited to 'smartpensyncer.cc')
-rw-r--r-- | smartpensyncer.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/smartpensyncer.cc b/smartpensyncer.cc index 93331ef..7119812 100644 --- a/smartpensyncer.cc +++ b/smartpensyncer.cc @@ -10,12 +10,6 @@ #define BUFFER_SIZE 16 * 1024 namespace { -static QString cleanFilename(QString s) -{ - static const QRegExp re("[^0-9A-Za-z-_]+"); - return s.replace(re, "_"); -} - static QDateTime getTimestampFileDate(const QString &path) { QFileInfo info(path); |