diff --git a/src/server/frontend_wayland/input_method_v1.cpp b/src/server/frontend_wayland/input_method_v1.cpp index 579a282bcf..9d500db3f4 100644 --- a/src/server/frontend_wayland/input_method_v1.cpp +++ b/src/server/frontend_wayland/input_method_v1.cpp @@ -576,7 +576,6 @@ mf::InputPanelV1::InputPanelV1( OutputManager* const output_manager, std::shared_ptr const text_input_hub) : Global(display, Version<1>()), - display{display}, wayland_executor{wayland_executor}, shell{shell}, seat{seat}, @@ -594,4 +593,4 @@ void mf::InputPanelV1::bind(wl_resource *new_resource) new_resource, text_input_hub }; -} \ No newline at end of file +} diff --git a/src/server/frontend_wayland/input_method_v1.h b/src/server/frontend_wayland/input_method_v1.h index 75b1c357a3..b4555fbee5 100644 --- a/src/server/frontend_wayland/input_method_v1.h +++ b/src/server/frontend_wayland/input_method_v1.h @@ -72,7 +72,6 @@ class InputPanelV1 : public wayland::InputPanelV1::Global class Instance; void bind(wl_resource* new_zwp_input_panel_v1) override; - wl_display* display; std::shared_ptr const wayland_executor; std::shared_ptr const shell; WlSeat* seat; @@ -83,4 +82,4 @@ class InputPanelV1 : public wayland::InputPanelV1::Global } } -#endif \ No newline at end of file +#endif