mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
backends/input-settings: Do not disconnect seat signals
This was added with commitc956193d
, when we did connect to the seat signals in input settings, but this is not the case anymore since commit2c1558dd
, so we can safely remove this call now. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1763>
This commit is contained in:
parent
8d008112b6
commit
244e881912
@ -147,8 +147,6 @@ meta_input_settings_dispose (GObject *object)
|
||||
MetaInputSettings *settings = META_INPUT_SETTINGS (object);
|
||||
MetaInputSettingsPrivate *priv = meta_input_settings_get_instance_private (settings);
|
||||
|
||||
g_signal_handlers_disconnect_by_data (priv->seat, settings);
|
||||
|
||||
g_clear_object (&priv->mouse_settings);
|
||||
g_clear_object (&priv->touchpad_settings);
|
||||
g_clear_object (&priv->trackball_settings);
|
||||
|
Loading…
Reference in New Issue
Block a user