App: remove unused g_app global, make dtor default
[staging/windowmanager.git] / src / app.hpp
index aac28cd..9424d9f 100644 (file)
@@ -126,7 +126,7 @@ struct App {
    Policy policy;
 
    explicit App(wl::display *d);
-   ~App();
+   ~App() = default;
 
    App(App const &) = delete;
    App &operator=(App const &) = delete;