summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandprimaryselectionv1_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2022-06-28 08:02:36 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2022-06-28 08:17:41 +0200
commit0909a047b15982f9e39865f9d8058cd6d22b789d (patch)
tree4f38f3f7829577cac3cb8fa94ece17efb708ccfd /src/client/qwaylandprimaryselectionv1_p.h
parentf89ece11fb411767276d9ae28e770c1f978627bc (diff)
Remove unused variables
They appear to have been around and unused forever, but I've started getting warnings (-are-errors) about this. Pick-to: 6.4 6.3 6.2 5.15 Change-Id: I2f3006aa47de24927d7edd2d7f43cff78f965f87 Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/client/qwaylandprimaryselectionv1_p.h')
-rw-r--r--src/client/qwaylandprimaryselectionv1_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylandprimaryselectionv1_p.h b/src/client/qwaylandprimaryselectionv1_p.h
index d29cc9794..59bb62116 100644
--- a/src/client/qwaylandprimaryselectionv1_p.h
+++ b/src/client/qwaylandprimaryselectionv1_p.h
@@ -77,7 +77,6 @@ protected:
void zwp_primary_selection_source_v1_cancelled() override { emit cancelled(); }
private:
- QWaylandDisplay *m_display = nullptr;
QMimeData *m_mimeData = nullptr;
};