Cleanup: Unused declaration
Removes a now unused declaration from the previous commit.
This commit is contained in:
@@ -40,9 +40,6 @@ class ConversionOperation : public SimpleOperation {
|
||||
|
||||
/* Convert the input to the appropriate type and write the result to the output on the CPU. */
|
||||
void execute_cpu(const Result &input, Result &output);
|
||||
|
||||
/* Get the name of the shader the will be used for conversion. */
|
||||
const char *get_conversion_shader_name();
|
||||
};
|
||||
|
||||
} // namespace blender::compositor
|
||||
|
||||
Reference in New Issue
Block a user