Make GitLab build work with clang checks.

This commit is contained in:
Brenden Matthews
2019-02-23 14:40:34 -05:00
parent 0ea4559f30
commit 90673cf161
54 changed files with 11854 additions and 11282 deletions

View File

@@ -47,9 +47,6 @@ void destroy_cairo_font_extents_t(cairo_font_extents_t *pointer) {
free(pointer);
}
void destroy_cairo_matrix_t(cairo_matrix_t *pointer) {
free(pointer);
}
void destroy_cairo_matrix_t(cairo_matrix_t *pointer) { free(pointer); }
#endif /* _LIBCAIRO_HELPER_H_ */