diff --git a/src/core/kmountpoint.cpp b/src/core/kmountpoint.cpp --- a/src/core/kmountpoint.cpp +++ b/src/core/kmountpoint.cpp @@ -320,7 +320,7 @@ result.append(mp); } -#elif defined(Q_OS_WIN) && !defined(_WIN32_WCE) +#elif defined(Q_OS_WIN) //nothing fancy with infoNeeded but it gets the job done DWORD bits = GetLogicalDrives(); if (!bits) { @@ -335,11 +335,6 @@ } } -#elif defined(_WIN32_WCE) - Ptr mp(new KMountPoint); - mp->d->mountPoint = QString("/"); - result.append(mp); - #elif !defined(Q_OS_ANDROID) STRUCT_SETMNTENT mnttab; if ((mnttab = SETMNTENT(MNTTAB, "r")) == nullptr) {