From 3c2b464dfa07f09a8a3ed0840d5b37fe614c2ad7 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Thu, 31 Jan 2013 00:31:24 +0100
Subject: filter/convert: remove unused attribute

---
 src/filter/ConvertFilterPlugin.cxx | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'src/filter')

diff --git a/src/filter/ConvertFilterPlugin.cxx b/src/filter/ConvertFilterPlugin.cxx
index 23c912b05..6a5acd707 100644
--- a/src/filter/ConvertFilterPlugin.cxx
+++ b/src/filter/ConvertFilterPlugin.cxx
@@ -34,11 +34,6 @@
 struct ConvertFilter {
 	struct filter base;
 
-	/**
-	 * The current convert, from 0 to #PCM_CONVERT_1.
-	 */
-	unsigned convert;
-
 	/**
 	 * The input audio format; PCM data is passed to the filter()
 	 * method in this format.
-- 
cgit v1.2.3