clutter/input-device: Remove backend property

It will conflict with a MetaInputDevice property that'll have the same
name.

Wasn't set by the native backend anyway, so probably harmless.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2718>
This commit is contained in:
Jonas Ådahl
2022-05-27 20:49:44 +02:00
committed by Marge Bot
parent 002a7deddd
commit 71371750d2
3 changed files with 0 additions and 26 deletions

View File

@ -161,7 +161,6 @@ meta_backend_test_add_test_device (MetaBackendTest *backend_test,
"device-type", CLUTTER_TOUCHSCREEN_DEVICE,
"seat", seat,
"has-cursor", has_cursor,
"backend", clutter_backend,
"vendor-id", "MetaTest",
"product-id", product_id,
"n-buttons", n_buttons,