summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-12-14 12:39:39 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-12-17 07:28:55 +0100
commitaffc33a42bddf3b1b7b2a2b1bc06020acca466db (patch)
tree148a9ba71126306b8b1ff689a7123393a656240d /src/client/qwaylanddisplay_p.h
parenta724310684d421e66237fb61e3a1fe606fc45a65 (diff)
Remove some dead code
The waitForScreens() function has not been used for a while, so to avoid confusion around the different entry points to event processing, we remove it. Change-Id: I3a801492ab87b4835e0e1b3c9e264c29c1688c06 Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index 86e3b729f..e5cdbee9a 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -224,7 +224,6 @@ public slots:
void flushRequests();
private:
- void waitForScreens();
void checkError() const;
void handleWaylandSync();