From 0b07e77c3e8d0412ad50cfceefed95fd9c68f22f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 14 Jul 2025 12:52:13 +1000 Subject: [PATCH] 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: --- src/libinput-plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libinput-plugin.c b/src/libinput-plugin.c index 6e0f068c..7e734068 100644 --- a/src/libinput-plugin.c +++ b/src/libinput-plugin.c @@ -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