[Bf-blender-cvs] [5f787b290c7] master: Cleanup: Removed Unused Definition.

Jeroen Bakker noreply at git.blender.org
Wed Mar 31 14:47:56 CEST 2021


Commit: 5f787b290c771395fbf2bfd18d2c8c3686e73118
Author: Jeroen Bakker
Date:   Wed Mar 31 14:47:38 2021 +0200
Branches: master
https://developer.blender.org/rB5f787b290c771395fbf2bfd18d2c8c3686e73118

Cleanup: Removed Unused Definition.

===================================================================

M	source/blender/compositor/intern/COM_ExecutionGroup.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list