Skip to content

Commit

Permalink
server: Remove leftovers
Browse files Browse the repository at this point in the history
Issue: #131
  • Loading branch information
plfiorini committed Mar 9, 2014
1 parent 8ef724f commit dd54e90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/server/wl_hawaii/desktop-shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions src/server/wl_hawaii/desktop-shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ class DesktopShell : public Shell {

std::list<wl_resource *> m_shellSurfaceBindings;

wl_resource *m_panelManagerBinding;

bool m_prepareEventSent;
bool m_locked;
weston_view *m_lockSurface;
Expand Down
1 change: 0 additions & 1 deletion src/server/wl_hawaii/notifications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ void Notifications::addSurface(wl_client *client,
surface->configure_private = this;
surface->output = view->output;

DesktopShell *shell = static_cast<DesktopShell *>(Shell::instance());
if (m_order == OrderNewestFirst)
m_notificationsLayer.addSurface(view);
else
Expand Down

0 comments on commit dd54e90

Please sign in to comment.