mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
Remove unnecessary TODO
This commit is contained in:
parent
00931f2f8f
commit
42878b45a1
@ -233,7 +233,6 @@ static bool wlr_drm_output_set_mode(struct wlr_output_state *output,
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
// TODO: destroy
|
|
||||||
wlr_drm_output_cleanup(output, false);
|
wlr_drm_output_cleanup(output, false);
|
||||||
drmModeFreeConnector(conn);
|
drmModeFreeConnector(conn);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user