summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-01-17 15:50:14 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2012-01-17 15:35:52 +0100
commitd5837cccaa83d14806616ef57d809d7171724013 (patch)
treec13a1a753fa30b857869861b79f3447193e008d7 /src/compositor/wayland_wrapper
parent7e4ed0367d241f89fa6f7af20c453266ab60655b (diff)
Remove unnecessary client list generation in Compositor
Change-Id: Ia240a19a14098bdc76374b9537d501927a6a1a74 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/compositor/wayland_wrapper')
-rw-r--r--src/compositor/wayland_wrapper/wlcompositor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/wayland_wrapper/wlcompositor.cpp b/src/compositor/wayland_wrapper/wlcompositor.cpp
index 4d4a17f2d..3c453d0a1 100644
--- a/src/compositor/wayland_wrapper/wlcompositor.cpp
+++ b/src/compositor/wayland_wrapper/wlcompositor.cpp
@@ -183,7 +183,6 @@ void Compositor::createSurface(struct wl_client *client, uint32_t id)
Surface *surface = new Surface(client,id, this);
printf("Compositor::createSurface: %p %d\n", client, id);
- QList<struct wl_client *> prevClientList = clients();
m_surfaces << surface;
m_qt_compositor->surfaceCreated(surface->handle());