diff --git a/src/server/wl_hawaii/desktop-shell.cpp b/src/server/wl_hawaii/desktop-shell.cpp index 8e4c72c9..c627d151 100644 --- a/src/server/wl_hawaii/desktop-shell.cpp +++ b/src/server/wl_hawaii/desktop-shell.cpp @@ -277,7 +277,6 @@ DesktopShell::DesktopShell(struct weston_compositor *ec) , m_inputPanel(nullptr) , m_splash(nullptr) , m_sessionManager(nullptr) - , m_panelManagerBinding(nullptr) , m_prepareEventSent(false) , m_locked(false) , m_lockSurface(nullptr) diff --git a/src/server/wl_hawaii/desktop-shell.h b/src/server/wl_hawaii/desktop-shell.h index c21e8f57..975b6e29 100644 --- a/src/server/wl_hawaii/desktop-shell.h +++ b/src/server/wl_hawaii/desktop-shell.h @@ -191,8 +191,6 @@ class DesktopShell : public Shell { std::list m_shellSurfaceBindings; - wl_resource *m_panelManagerBinding; - bool m_prepareEventSent; bool m_locked; weston_view *m_lockSurface; diff --git a/src/server/wl_hawaii/notifications.cpp b/src/server/wl_hawaii/notifications.cpp index 653faedc..fc6f61e5 100644 --- a/src/server/wl_hawaii/notifications.cpp +++ b/src/server/wl_hawaii/notifications.cpp @@ -137,7 +137,6 @@ void Notifications::addSurface(wl_client *client, surface->configure_private = this; surface->output = view->output; - DesktopShell *shell = static_cast(Shell::instance()); if (m_order == OrderNewestFirst) m_notificationsLayer.addSurface(view); else