Make GitLab build work with clang checks.
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user