diff --git a/daemon/src/audio/recordable.cpp b/daemon/src/audio/recordable.cpp
index 71f5d00d6b0991220b060b1c069a54ef7c5584bb..72649412d5c723b2c096bfc10a2ddfa34e7475cf 100644
--- a/daemon/src/audio/recordable.cpp
+++ b/daemon/src/audio/recordable.cpp
@@ -55,8 +55,3 @@ void Recordable::setRecordingSmplRate(int smplRate)
 {
     recAudio_.setSndSamplingRate(smplRate);
 }
-
-int Recordable::getRecordingSmplRate() const
-{
-    return recAudio_.getSndSamplingRate();
-}
diff --git a/daemon/src/audio/recordable.h b/daemon/src/audio/recordable.h
index 7df25c5365aa23a8c184e26fe8757d123c718814..dfac994b26388f6c1a0317980730fc37da80781b 100644
--- a/daemon/src/audio/recordable.h
+++ b/daemon/src/audio/recordable.h
@@ -75,11 +75,6 @@ class Recordable {
          */
         void setRecordingSmplRate(int smplRate);
 
-        /**
-         * Return the recording sampling rate
-             */
-        int getRecordingSmplRate() const;
-
         /**
          * Virtual method to be implemented in order to the main
          * buffer to retrieve the recorded id.