Remove misc::chmod644() function

This commit is contained in:
Christophe Dumez
2012-02-18 15:31:08 +02:00
parent 737982e92f
commit ed468083c5
3 changed files with 0 additions and 20 deletions

View File

@@ -78,8 +78,6 @@ public:
return QString(out);
}
static void chmod644(const QDir& folder);
static inline QString file_extension(const QString &filename) {
QString extension;
int point_index = filename.lastIndexOf(".");