diff --git a/src/misc.cpp b/src/misc.cpp index 2f1b7442e..3eaa69c3a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -85,7 +85,6 @@ QString misc::QDesktopServicesDataLocation() { QByteArray ba(2048, 0); if (FSRefMakePath(&ref, reinterpret_cast(ba.data()), ba.size()) == noErr) path = QString::fromUtf8(ba).normalized(QString::NormalizationForm_C); - QString path = getFullPath(ref); path += QLatin1Char('/') + qApp->applicationName(); return path; #else