summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-08-23 09:17:07 +0200
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2019-08-26 15:55:26 +0200
commit854c90ccad13e1b9059dddd07144ac3c1131f645 (patch)
tree3bb08a08f2d9b2af05242c30693ec92cdd18a057 /tests
parentfac77d5174662f4ab98531236158e2df38d9d158 (diff)
Client tests: Remove redundant pointer helper function
Change-Id: If5d435a227b54f566f121331385e849b615fb615 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/seatv5/tst_seatv5.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/client/seatv5/tst_seatv5.cpp b/tests/auto/client/seatv5/tst_seatv5.cpp
index 5b9235d9a..4e5d6ccec 100644
--- a/tests/auto/client/seatv5/tst_seatv5.cpp
+++ b/tests/auto/client/seatv5/tst_seatv5.cpp
@@ -46,13 +46,6 @@ public:
add<Seat>(capabilities, version);
});
}
-
- Pointer *pointer()
- {
- auto *seat = get<Seat>();
- Q_ASSERT(seat);
- return seat->m_pointer;
- }
};
class tst_seatv5 : public QObject, private SeatV5Compositor