Remove unnecessary TODO

This commit is contained in:
Drew DeVault 2017-05-10 10:36:37 -04:00
parent 00931f2f8f
commit 42878b45a1
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ static bool wlr_drm_output_set_mode(struct wlr_output_state *output,
return true;
error:
// TODO: destroy
wlr_drm_output_cleanup(output, false);
drmModeFreeConnector(conn);
return false;