plugin: remove a confusing FIXME

This is a leftover from the Lua plugin branch where the question of
whether to have public plugins before or after internal plugins is a
valid one. We don't have public plugins here, so let's remove this
fixme.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1269>
This commit is contained in:
Peter Hutterer 2025-07-14 12:52:13 +10:00
parent c7ec39f51e
commit 0b07e77c3e

View file

@ -381,8 +381,6 @@ libinput_plugin_system_load_internal_plugins(struct libinput *libinput,
system->loaded = true; system->loaded = true;
/* FIXME: this should really be one of the first in the sequence
* so plugins don't have to take care of this? */
#if HAVE_MTDEV #if HAVE_MTDEV
libinput_mtdev_plugin(libinput); libinput_mtdev_plugin(libinput);
#endif #endif