summaryrefslogtreecommitdiffstats
path: root/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-06-05 13:56:02 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-06-13 09:32:17 +0000
commit9c90016862f735121f75ed66b66d0a34fb111b85 (patch)
tree3f06cffcaa8872d126bc1ad59f787191898c6486 /src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp
parentf96198104d37e94cb7c4198ac7546e7301f849a3 (diff)
Client: Remove applyConfigure for xdg-shell popups
It's just dead code, we can add it back in the unlikely event that we should need it. Change-Id: I209fe92fb160e022c992384d731964e774596f74 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp')
-rw-r--r--src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp b/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp
index d986bc69d..36a82fe98 100644
--- a/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp
+++ b/src/plugins/shellintegration/xdg-shell-v6/qwaylandxdgshellv6.cpp
@@ -161,10 +161,6 @@ QWaylandXdgSurfaceV6::Popup::~Popup()
destroy();
}
-void QWaylandXdgSurfaceV6::Popup::applyConfigure()
-{
-}
-
void QWaylandXdgSurfaceV6::Popup::zxdg_popup_v6_popup_done()
{
m_xdgSurface->m_window->window()->close();
@@ -251,8 +247,6 @@ void QWaylandXdgSurfaceV6::applyConfigure()
if (m_toplevel)
m_toplevel->applyConfigure();
- if (m_popup)
- m_popup->applyConfigure();
m_configured = true;
ack_configure(m_pendingConfigureSerial);