mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Remove unnecessary TODO
This commit is contained in:
parent
00931f2f8f
commit
42878b45a1
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue