From edbd3ebcdc86cb1e5e20759fc7ad71ea41b0faf9 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 19 May 2017 10:55:26 +0200 Subject: Compositor: Remove unused funciton --- source/blender/compositor/operations/COM_TextureOperation.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_TextureOperation.h') diff --git a/source/blender/compositor/operations/COM_TextureOperation.h b/source/blender/compositor/operations/COM_TextureOperation.h index 4cc203b54a2..59ff58a7289 100644 --- a/source/blender/compositor/operations/COM_TextureOperation.h +++ b/source/blender/compositor/operations/COM_TextureOperation.h @@ -59,8 +59,6 @@ protected: * Constructor */ TextureBaseOperation(); - - MemoryBuffer *createMemoryBuffer(rcti *rect2); public: void executePixelSampled(float output[4], float x, float y, PixelSampler sampler); -- cgit v1.2.3