aboutsummaryrefslogtreecommitdiff
path: root/include/aoutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aoutils.h')
-rw-r--r--include/aoutils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/aoutils.h b/include/aoutils.h
deleted file mode 100644
index a4fd7bb8..00000000
--- a/include/aoutils.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef AOUTILS_H
-#define AOUTILS_H
-
-#include <QSettings>
-
-namespace AOUtils
-{
-/**
- * @brief Migrates the effects from the old format to version 2.
- * @param QSettings object reference of the old effects.ini
- */
-void migrateEffects(QSettings &p_fileName);
-};
-
-#endif // AOUTILS_H