Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Castilla <manzanillawork@gmail.com>2021-10-23 22:03:25 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-10-23 23:02:26 +0300
commit8c21667f3ca7c2cf58a9053dc31215a0d0688ad5 (patch)
treed04d304360764794dafb6e2c54c42a300aac92a6 /source/blender/compositor
parenta3d0b50d75030dd3d75056dd6722403ad5258a5d (diff)
Cleanup: remove unused function
It doesn't have definition either.
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionGroup.h8
1 files changed, 0 insertions, 8 deletions
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
@@ -326,14 +326,6 @@ class ExecutionGroup {
* \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
- * \param chunk_number: the chunk to be calculated
- * \return (MemoryBuffer **) the inputbuffers
- */
MemoryBuffer **get_input_buffers_opencl(int chunk_number);
/**