From: Christophe Fergeau <cferg...@redhat.com>

---
 server/snd_worker.c | 5 -----
 server/snd_worker.h | 1 -
 2 files changed, 6 deletions(-)

diff --git a/server/snd_worker.c b/server/snd_worker.c
index 4d404e0..b039939 100644
--- a/server/snd_worker.c
+++ b/server/snd_worker.c
@@ -1623,8 +1623,3 @@ void snd_set_playback_compression(int on)
         }
     }
 }
-
-int snd_get_playback_compression(void)
-{
-    return playback_compression;
-}
diff --git a/server/snd_worker.h b/server/snd_worker.h
index 8de746d..7cc4db5 100644
--- a/server/snd_worker.h
+++ b/server/snd_worker.h
@@ -27,7 +27,6 @@ void snd_attach_record(SpiceRecordInstance *sin);
 void snd_detach_record(SpiceRecordInstance *sin);
 
 void snd_set_playback_compression(int on);
-int snd_get_playback_compression(void);
 
 void snd_set_playback_latency(RedClient *client, uint32_t latency);
 
-- 
2.1.0

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to