Kaydet (Commit) c3c0ae7f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=unused-parameter

Change-Id: I8be7ed8c81bc2f8cca8556405169462ea6b1c0d3
üst 9940361f
......@@ -49,12 +49,6 @@ bool BluetoothServer::isDiscoverable()
return true;
}
void BluetoothServer::setDiscoverable( bool aDiscoverable )
{
}
void BluetoothServer::execute()
{
#if defined(LINUX) && defined(ENABLE_DBUS)
......
......@@ -23,7 +23,6 @@ namespace sd
static void setup( std::vector<Communicator*>* pCommunicators );
bool isDiscoverable();
void setDiscoverable( bool aDiscoverable );
private:
BluetoothServer( std::vector<Communicator*>* pCommunicators );
~BluetoothServer();
......@@ -36,4 +35,4 @@ namespace sd
}
#endif // _SD_IMPRESSREMOTE_BLUETOOTHSERVER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment