mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
gles2/pass: remove duplicate variable declarations
This commit is contained in:
parent
0d6284eb62
commit
0db4df4c8e
@ -52,7 +52,7 @@ static bool render_pass_submit(struct wlr_render_pass *wlr_pass) {
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ok = wlr_drm_syncobj_timeline_import_sync_file(pass->signal_timeline, pass->signal_point, sync_file_fd);
|
ok = wlr_drm_syncobj_timeline_import_sync_file(pass->signal_timeline, pass->signal_point, sync_file_fd);
|
||||||
close(sync_file_fd);
|
close(sync_file_fd);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user