core/output: remove unused setGammaRamp method

wilder/Plasma/6.2
Xaver Hugl 2 years ago
parent 7a472fcab2
commit 4b91ac8cca
  1. 5
      src/core/output.cpp
  2. 1
      src/core/output.h

@ -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…
Cancel
Save