[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 02:37:37 PDT 2012


 sd/source/ui/remotecontrol/BluetoothServer.cxx |    6 ------
 sd/source/ui/remotecontrol/BluetoothServer.hxx |    2 --
 2 files changed, 8 deletions(-)

New commits:
commit c3c0ae7fc68cda5a2679ce9e0a9ef892de042a65
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Sep 18 11:37:04 2012 +0200

    -Werror=unused-parameter
    
    Change-Id: I8be7ed8c81bc2f8cca8556405169462ea6b1c0d3

diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 5c9e177..10dee39 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -49,12 +49,6 @@ bool BluetoothServer::isDiscoverable()
     return true;
 }
 
-void BluetoothServer::setDiscoverable( bool aDiscoverable )
-{
-
-}
-
-
 void BluetoothServer::execute()
 {
 #if defined(LINUX) && defined(ENABLE_DBUS)
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx
index e49046a..65bc3d9 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.hxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx
@@ -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: */


More information about the Libreoffice-commits mailing list