After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666039 - tile-preview: Remove non-composited case
tile-preview: Remove non-composited case
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-12-13 00:36 UTC by Florian Müllner
Modified: 2012-01-17 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tile-preview: Remove non-composited case (8.31 KB, patch)
2011-12-13 00:36 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-12-13 00:36:39 UTC
Minor cleanup, see patch.
Comment 1 Florian Müllner 2011-12-13 00:36:42 UTC
Created attachment 203310 [details] [review]
tile-preview: Remove non-composited case

The main reason for handling the non-composited case was to keep
code differences with metacity small, but the tiling patch[0] never
got merged. In mutter itself, the compositor is not optional, so
there's no good reason for keeping those untested code chunks around.

[0] https://bugzilla.gnome.org/show_bug.cgi?id=607694
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-12-13 00:49:15 UTC
Review of attachment 203310 [details] [review]:

This looks like a correct removal.
Comment 3 Florian Müllner 2012-01-17 11:55:00 UTC
Attachment 203310 [details] pushed as 44f362a - tile-preview: Remove non-composited case