Remove unneeded settings-code for win32.

This commit is contained in:
Klaas Freitag 2012-09-28 11:36:39 +02:00
parent 42d7a48df9
commit 94ceb95045

View file

@ -473,8 +473,6 @@ QVariant MirallConfigFile::customMedia( customMediaType type )
#ifdef Q_OS_WIN32
fi.setFile( QApplication::applicationDirPath(), customFile );
qDebug() << "Custom Config file: " << fi.absoluteFilePath();
QSettings settings( fi.absoluteFilePath(), QSettings::IniFormat );
#endif
#ifdef Q_OS_MAC
// exec path is inside the bundle