core/output: remove unused setGammaRamp method

This commit is contained in:
Xaver Hugl 2024-07-15 20:11:37 +02:00
parent 7a472fcab2
commit 4b91ac8cca
2 changed files with 0 additions and 6 deletions

View file

@ -690,11 +690,6 @@ bool Output::setChannelFactors(const QVector3D &rgb)
return false;
}
bool Output::setGammaRamp(const std::shared_ptr<ColorTransformation> &transformation)
{
return false;
}
OutputTransform Output::panelOrientation() const
{
return m_information.panelOrientation;

View file

@ -347,7 +347,6 @@ public:
*/
QByteArray mstPath() const;
virtual bool setGammaRamp(const std::shared_ptr<ColorTransformation> &transformation);
virtual bool setChannelFactors(const QVector3D &rgb);
virtual bool updateCursorLayer();