[Bf-blender-cvs] [8c21667f3ca] master: Cleanup: remove unused function

Manuel Castilla noreply at git.blender.org
Sat Oct 23 22:10:08 CEST 2021


Commit: 8c21667f3ca7c2cf58a9053dc31215a0d0688ad5
Author: Manuel Castilla
Date:   Sat Oct 23 21:03:25 2021 +0200
Branches: master
https://developer.blender.org/rB8c21667f3ca7c2cf58a9053dc31215a0d0688ad5

Cleanup: remove unused function

It doesn't have definition either.

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

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 6d1520f9c24..ce5e9dd4699 100644
--- a/source/blender/compositor/intern/COM_ExecutionGroup.h
+++ b/source/blender/compositor/intern/COM_ExecutionGroup.h
@@ -320,14 +320,6 @@ class ExecutionGroup {
    */
   void init_execution();
 
-  /**
-   * \brief get all inputbuffers needed to calculate an chunk
-   * \note all inputbuffers must be executed
-   * \param chunk_number: the chunk to be calculated
-   * \return (MemoryBuffer **) the inputbuffers
-   */
-  MemoryBuffer **getInputBuffersCPU();
-
   /**
    * \brief get all inputbuffers needed to calculate an chunk
    * \note all inputbuffers must be executed



More information about the Bf-blender-cvs mailing list