clang-tidy once more
[staging/windowmanager.git] / src / wayland.cpp
index ff08488..424ad0d 100644 (file)
@@ -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);
 }