From 5f787b290c771395fbf2bfd18d2c8c3686e73118 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 31 Mar 2021 14:47:38 +0200 Subject: Cleanup: Removed Unused Definition. --- source/blender/compositor/intern/COM_ExecutionGroup.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source/blender') diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.h b/source/blender/compositor/intern/COM_ExecutionGroup.h index c345724d4c9..ff5c1698a75 100644 --- a/source/blender/compositor/intern/COM_ExecutionGroup.h +++ b/source/blender/compositor/intern/COM_ExecutionGroup.h @@ -167,18 +167,8 @@ class ExecutionGroup { */ bool can_contain(NodeOperation &operation); - /** - * \brief calculate the actual chunk size of this execution group. - * \note A chunk size is an unsigned int that is both the height and width of a chunk. - * \note The chunk size will not be stored in the chunkSize field. This needs to be done - * \note by the calling method. - */ - unsigned int determineChunkSize(); - /** * \brief Determine the rect (minx, maxx, miny, maxy) of a chunk at a position. - * \note Only gives useful results after the determination of the chunksize - * \see determineChunkSize() */ void determineChunkRect(rcti *r_rect, const unsigned int xChunk, @@ -373,8 +363,6 @@ class ExecutionGroup { /** * \brief Determine the rect (minx, maxx, miny, maxy) of a chunk. - * \note Only gives useful results after the determination of the chunksize - * \see determineChunkSize() */ void determineChunkRect(rcti *r_rect, const unsigned int chunkNumber) const; -- cgit v1.2.3