diff --git a/sleepyhead/main.cpp b/sleepyhead/main.cpp index 695db185..96e3b88a 100644 --- a/sleepyhead/main.cpp +++ b/sleepyhead/main.cpp @@ -51,31 +51,6 @@ void sDelay(int s) int compareVersion(QString version); - -/*void MigrateSettings() -{ - QSettings settings; - if (settings.contains("Version")) { return; } // done, we are new - - QSettings oldcopy(getDeveloperName(), getAppName()+"-Testing"); - if (oldcopy.contains("Migrated")) { return; } - - QStringList keys = oldcopy.allKeys(); - - - for (int i=0; i