GNOME Bugzilla – Bug 695020
media-keys: Remove unused opcode property
Last modified: 2013-03-04 12:28:37 UTC
Small drive-by fix, remove a left-over from the key-grab stuff ...
Created attachment 237838 [details] [review] media-keys: Remove unused opcode property We get it from supports_xinput2_devices(), but since commit b0cee1df30b4 we don't use it for anything anymore, so remove it.
Review of attachment 237838 [details] [review]: ::: plugins/media-keys/gsd-media-keys-manager.c @@ -2329,3 @@ gnome_settings_profile_start (NULL); - if (supports_xinput2_devices (&manager->priv->opcode) == FALSE) { We don't actually need to check for XI2 anymore at all, do we? Might as well remove the check.
Created attachment 237868 [details] [review] media-keys: Remove obsolete check for xinput2 Indeed ...
Created attachment 237872 [details] [review] media-keys: Remove obsolete check for xinput2 Re-added input-helper include, it's still used.
Review of attachment 237872 [details] [review]: Looks good.
Attachment 237872 [details] pushed as 1993de0 - media-keys: Remove obsolete check for xinput2