mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
renderer/native: Remove left-over comment
Since the frame clock split it's no longer valid, so remove it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1397
This commit is contained in:
parent
4c513e3e19
commit
5ea0034943
@ -1063,11 +1063,6 @@ notify_view_crtc_presented (MetaRendererView *view,
|
||||
MetaCrtc *crtc;
|
||||
MetaRendererNativeGpuData *renderer_gpu_data;
|
||||
|
||||
/* Only keep the frame info for the fastest CRTC in use, which may not be
|
||||
* the first one to complete a flip. By only telling the compositor about the
|
||||
* fastest monitor(s) we direct it to produce new frames fast enough to
|
||||
* satisfy all monitors.
|
||||
*/
|
||||
frame_info = g_queue_peek_tail (&onscreen->pending_frame_infos);
|
||||
|
||||
crtc = META_CRTC (meta_crtc_kms_from_kms_crtc (kms_crtc));
|
||||
|
Loading…
Reference in New Issue
Block a user