diff --git a/src/abstract_wayland_output.h b/src/abstract_wayland_output.h index cdf61ea895..07077756cf 100644 --- a/src/abstract_wayland_output.h +++ b/src/abstract_wayland_output.h @@ -156,9 +156,6 @@ protected: const QSize &physicalSize, const QVector &modes, const QByteArray &edid); - bool internal() const { - return m_internal; - } void setName(const QString &name) { m_name = name; }