From 1923bb42272b8147597dcdae27e72bfd550cb1e5 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <le.businessman@gmail.com>
Date: Tue, 28 Feb 2012 01:05:30 -0500
Subject: [PATCH] * #8968: recordable: removed unused getRecordingSmplRate
 method

---
 daemon/src/audio/recordable.cpp | 5 -----
 daemon/src/audio/recordable.h   | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/daemon/src/audio/recordable.cpp b/daemon/src/audio/recordable.cpp
index 71f5d00d6b..72649412d5 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 7df25c5365..dfac994b26 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.
-- 
GitLab