diff --git a/src/preferences/bluetooth/BluetoothMain.cpp b/src/preferences/bluetooth/BluetoothMain.cpp index e7d91b89c9..3515bed3d7 100644 --- a/src/preferences/bluetooth/BluetoothMain.cpp +++ b/src/preferences/bluetooth/BluetoothMain.cpp @@ -20,7 +20,6 @@ BluetoothApplication::BluetoothApplication(void) : BApplication(BLUETOOTH_APP_SIGNATURE) { - be_locale->GetAppCatalog(&fCatalog); } diff --git a/src/preferences/bluetooth/BluetoothMain.h b/src/preferences/bluetooth/BluetoothMain.h index 8346aa628f..26d1518b6a 100644 --- a/src/preferences/bluetooth/BluetoothMain.h +++ b/src/preferences/bluetooth/BluetoothMain.h @@ -20,8 +20,6 @@ public: private: BluetoothWindow* fWindow; - BCatalog fCatalog; - }; #endif diff --git a/src/preferences/bluetooth/Jamfile b/src/preferences/bluetooth/Jamfile index 98f59650fb..4b620f51db 100644 --- a/src/preferences/bluetooth/Jamfile +++ b/src/preferences/bluetooth/Jamfile @@ -14,7 +14,7 @@ Preference Bluetooth : ExtendedLocalDeviceView.cpp InquiryPanel.cpp RemoteDevicesView.cpp - : be libbluetooth.so $(TARGET_LIBSUPC++) liblocale.so + : be libbluetooth.so $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) ; DoCatalogs Bluetooth :