diff options
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index b544b8c61..d073bd9cf 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -161,9 +161,6 @@ void fill_computer_list() #endif qSort(vendorList); -#if defined(SUBSURFACE_MOBILE) && defined(BT_SUPPORT) - vendorList.append(QObject::tr("Paired Bluetooth Devices")); -#endif } DCDeviceData *DCDeviceData::m_instance = NULL; |