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 'source/blender/compositor/operations/COM_AntiAliasOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_AntiAliasOperation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_AntiAliasOperation.h b/source/blender/compositor/operations/COM_AntiAliasOperation.h
index 385d59fec3c..996c7c2fe41 100644
--- a/source/blender/compositor/operations/COM_AntiAliasOperation.h
+++ b/source/blender/compositor/operations/COM_AntiAliasOperation.h
@@ -36,7 +36,6 @@ protected:
* @brief Cached reference to the reader
*/
SocketReader *m_valueReader;
- char *m_buffer;
public:
AntiAliasOperation();