From 1a39e74131b9dc30cb5daf4dffe3bb17c74f44fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 14 Jun 2012 16:13:09 +0000 Subject: revert own commits 47907, 47908 after some discussion this is really bad and needs some different solution. --- source/blender/compositor/operations/COM_ScaleOperation.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/blender/compositor/operations/COM_ScaleOperation.h') diff --git a/source/blender/compositor/operations/COM_ScaleOperation.h b/source/blender/compositor/operations/COM_ScaleOperation.h index cc666187f36..cf2f878e8bc 100644 --- a/source/blender/compositor/operations/COM_ScaleOperation.h +++ b/source/blender/compositor/operations/COM_ScaleOperation.h @@ -48,11 +48,6 @@ class ScaleAbsoluteOperation : public NodeOperation { float centerX; float centerY; -#ifdef USE_SCENE_COMPO_SCALE - /* scene->r.size / 100.0f */ /* added after 2.63, this may be done differently/better */ - float render_perc; -#endif - public: ScaleAbsoluteOperation(); bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output); @@ -60,10 +55,6 @@ public: void initExecution(); void deinitExecution(); - -#ifdef USE_SCENE_COMPO_SCALE - void setRenderPercentage(float render_perc) { this->render_perc = render_perc; } -#endif }; class ScaleFixedSizeOperation : public NodeOperation { -- cgit v1.2.3