logical-monitor: Remove outdated comment

Remove the comment about tiling things being calculated. It doesn't add
anything valuable, and tiling is hidden behind MetaMonitor.

https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
Jonas Ådahl 2016-12-13 22:09:09 +08:00
parent 3c6d688c87
commit 0a0c49af71

View File

@ -36,7 +36,6 @@ struct _MetaLogicalMonitor
int number; int number;
MetaRectangle rect; MetaRectangle rect;
/* for tiled monitors these are calculated, from untiled just copied */
gboolean is_primary; gboolean is_primary;
gboolean is_presentation; /* XXX: not yet used */ gboolean is_presentation; /* XXX: not yet used */
gboolean in_fullscreen; gboolean in_fullscreen;