From 9bcf1d0238686af6a11e6d03eed794a0e758d726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 25 Feb 2020 22:58:05 +0100 Subject: monitor-manager: Remove useless comment An old forgotten FIXME. If we actually need better hueristics, we should probably know why we need that, and open a bug about it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287 --- src/backends/meta-monitor-manager.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backends/meta-monitor-manager.c') diff --git a/src/backends/meta-monitor-manager.c b/src/backends/meta-monitor-manager.c index 224239040..aba071f25 100644 --- a/src/backends/meta-monitor-manager.c +++ b/src/backends/meta-monitor-manager.c @@ -2934,7 +2934,6 @@ meta_output_parse_edid (MetaOutput *output, gboolean meta_output_is_laptop (MetaOutput *output) { - /* FIXME: extend with better heuristics */ switch (output->connector_type) { case META_CONNECTOR_TYPE_eDP: -- cgit v1.2.1