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:
authorCampbell Barton <ideasman42@gmail.com>2013-08-06 13:27:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-06 13:27:20 +0400
commitcf9dcb070931341612369700bc35262d87361c37 (patch)
tree3c0dce649df74799d3cf4b2cfbf1415960a7c532 /source/blender/compositor/operations/COM_ViewerOperation.h
parent4b99786b17aab8b94d29999ffb279363650b17b3 (diff)
code cleanup: remove lock from ViewerOperation class
Diffstat (limited to 'source/blender/compositor/operations/COM_ViewerOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ViewerOperation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_ViewerOperation.h b/source/blender/compositor/operations/COM_ViewerOperation.h
index 2d8fe659822..0b8d08d3974 100644
--- a/source/blender/compositor/operations/COM_ViewerOperation.h
+++ b/source/blender/compositor/operations/COM_ViewerOperation.h
@@ -33,7 +33,6 @@ private:
float *m_depthBuffer;
Image *m_image;
ImageUser *m_imageUser;
- void *m_lock;
bool m_active;
float m_centerX;
float m_centerY;