summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdehw/tdegenericdevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tdecore/tdehw/tdegenericdevice.cpp b/tdecore/tdehw/tdegenericdevice.cpp
index 1a3a24e7b..4db292f7c 100644
--- a/tdecore/tdehw/tdegenericdevice.cpp
+++ b/tdecore/tdehw/tdegenericdevice.cpp
@@ -227,12 +227,7 @@ TQString TDEGenericDevice::busID() {
TQString TDEGenericDevice::friendlyName() {
if (m_friendlyName.isNull()) {
if (type() == TDEGenericDeviceType::RootSystem) {
-#ifdef __linux__
- m_friendlyName = i18n("Linux System");
-#else // __linux__
- // Just in case this somehow can be supported on a non-linux system
m_friendlyName = i18n("Local System");
-#endif // __linux__
}
else if (type() == TDEGenericDeviceType::Root) {
TQString friendlyDriverName = systemPath();