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
This commit is contained in:
parent
b69111d8e6
commit
9bcf1d0238
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue