From 2dbb276974558e1e40f3169a8f4ca5d6100fc633 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 27 Jun 2017 09:23:43 +0200 Subject: wayland: removed unnecessary destructors Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index 60a045b..40b18b0 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -50,7 +50,6 @@ struct registry : public wayland_proxy { std::unordered_map bindings; registry(struct wl_display *d); - ~registry(); void add_global_handler(char const *iface, binder bind); @@ -70,7 +69,6 @@ struct display { struct registry r; display(); - ~display(); bool ok() const; void roundtrip(); int dispatch(); @@ -245,7 +243,6 @@ struct controller : public wayland_proxy { void execute_pending(); controller(struct wl_registry *r, uint32_t name, uint32_t version); - ~controller() override; // Requests void commit_changes() const { ivi_controller_commit_changes(this->proxy); } -- cgit 1.2.3-korg