core/output: remove unused setGammaRamp method
This commit is contained in:
parent
7a472fcab2
commit
4b91ac8cca
2 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue