Cleanup: Unused declaration

Removes a now unused declaration from the previous commit.
This commit is contained in:
Omar Emara
2025-03-13 11:49:46 +02:00
parent cbd01d2a6f
commit 8f2f0520da

View File

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