mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 16:10:06 +01:00
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:
parent
c7ec39f51e
commit
0b07e77c3e
1 changed files with 0 additions and 2 deletions
|
|
@ -381,8 +381,6 @@ libinput_plugin_system_load_internal_plugins(struct libinput *libinput,
|
|||
|
||||
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
|
||||
libinput_mtdev_plugin(libinput);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue