[mutter] monitor-manager: Remove useless comment



commit 9bcf1d0238686af6a11e6d03eed794a0e758d726
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Feb 25 22:58:05 2020 +0100

    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(-)
---
diff --git a/src/backends/meta-monitor-manager.c b/src/backends/meta-monitor-manager.c
index 224239040f..aba071f259 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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]