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_BokehImageOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_BokehImageOperation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_BokehImageOperation.h b/source/blender/compositor/operations/COM_BokehImageOperation.h
index a797d0fca53..5be4e033ea0 100644
--- a/source/blender/compositor/operations/COM_BokehImageOperation.h
+++ b/source/blender/compositor/operations/COM_BokehImageOperation.h
@@ -30,8 +30,6 @@ private:
NodeBokehImage *m_data;
float m_center[2];
- float m_centerX;
- float m_centerY;
float m_inverseRounding;
float m_circularDistance;
float m_flapRad;
@@ -59,7 +57,7 @@ public:
*/
void deinitExecution();
- void determineResolution(unsigned int resolution[], unsigned int preferredResolution[]);
+ void determineResolution(unsigned int resolution[2], unsigned int preferredResolution[2]);
void setData(NodeBokehImage *data) { this->m_data = data; }
void deleteDataOnFinish() { this->m_deleteData = true; }