From afe3b55483d5f0cbaccc7fb3974ac2e5cbdfffbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Oct 2015 22:22:30 +1100 Subject: Cleanup: warning & whitespace --- source/blender/compositor/operations/COM_TonemapOperation.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_TonemapOperation.h') diff --git a/source/blender/compositor/operations/COM_TonemapOperation.h b/source/blender/compositor/operations/COM_TonemapOperation.h index 843bf89dc92..9b6858cdaf1 100644 --- a/source/blender/compositor/operations/COM_TonemapOperation.h +++ b/source/blender/compositor/operations/COM_TonemapOperation.h @@ -82,8 +82,6 @@ public: void setData(NodeTonemap *data) { this->m_data = data; } bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output); - - }; /** -- cgit v1.2.3