summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 94276b5dc729..9c271aaae8a9 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -583,12 +583,12 @@ registerWithDefaultAdapter( DBusConnection *pConnection )
BluetoothServer::BluetoothServer( std::vector<Communicator*>* pCommunicators )
: meWasDiscoverable( UNKNOWN ),
- mpImpl( NULL ),
mpCommunicators( pCommunicators )
{
#ifdef LINUX_BLUETOOTH
mpImpl = new BluetoothServerImpl();
#endif
+ (void) mpImpl; // Avoid warning: private field 'mpImpl' is not used
}
BluetoothServer::~BluetoothServer()