Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/FX/AUD_RectifyReader.h')
-rw-r--r--intern/audaspace/FX/AUD_RectifyReader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/intern/audaspace/FX/AUD_RectifyReader.h b/intern/audaspace/FX/AUD_RectifyReader.h
index 17423811cdc..afbe2e59cab 100644
--- a/intern/audaspace/FX/AUD_RectifyReader.h
+++ b/intern/audaspace/FX/AUD_RectifyReader.h
@@ -27,7 +27,6 @@
#define AUD_RECTIFYREADER
#include "AUD_EffectReader.h"
-#include "AUD_ConverterFunctions.h"
class AUD_Buffer;
/**
@@ -41,11 +40,6 @@ private:
*/
AUD_Buffer *m_buffer;
- /**
- * Rectifying function.
- */
- AUD_rectify_f m_rectify;
-
public:
/**
* Creates a new rectify reader.