Cleanup: remove unused function

It doesn't have definition either.
This commit is contained in:
Manuel Castilla 2021-10-23 21:03:25 +02:00
parent a3d0b50d75
commit 8c21667f3c
Notes: blender-bot 2023-02-14 00:10:08 +01:00
Referenced by issue #92444, Byte vertex colors are sometimes interpolated in sRGB, sometimes linear
1 changed files with 0 additions and 8 deletions

View File

@ -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