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:
-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);
/**