summaryrefslogtreecommitdiffstats
path: root/src/wayland.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <m@fritschy.de>2017-07-27 23:53:26 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit64ed0324fe01c76ba7ada09243228b5ec45c6cda (patch)
treefe4c528803275c66f79e8862a2719135ef4af3b1 /src/wayland.cpp
parent6f304f768a914c9d8c678f2613597b469b8b6396 (diff)
clang-tidy once more
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.cpp')
-rw-r--r--src/wayland.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wayland.cpp b/src/wayland.cpp
index ff08488..424ad0d 100644
--- a/src/wayland.cpp
+++ b/src/wayland.cpp
@@ -191,13 +191,6 @@ constexpr struct ivi_controller_listener listener = {
controller::controller(struct wl_registry *r, uint32_t name, uint32_t version)
: wayland_proxy(
wl_registry_bind(r, name, &ivi_controller_interface, version)),
- surface_proxy_to_id{},
- layer_proxy_to_id{},
- screen_proxy_to_id{},
- surfaces{},
- layers{},
- screens{},
- pending{},
output_size{} {
ivi_controller_add_listener(this->proxy.get(), &listener, this);
}