From 035d0077dc2c19c1a809b1902ffc0597997155f4 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 26 Aug 2021 15:16:19 +0300 Subject: [PATCH] Remove AbstractWaylandOutput::internal() It's unused. --- src/abstract_wayland_output.h | 3 --- 1 file changed, 3 deletions(-) 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; }