Doxygen: Remove warning from uncommented code printf and place it in doxygen @warning tag instead

This commit is contained in:
2020-01-14 18:39:00 +01:00
parent 2d389342fd
commit f8b0b63937
2 changed files with 3 additions and 2 deletions

View File

@@ -151,8 +151,6 @@ void bounding_box_update_with_path(GList *vertices, double thickness,
GList *vertex_iterator;
struct vector_2d pt;
/* printf("Warning! Function %s not yet implemented correctly!\n", __func__); */
if (!vertices || !box)
return;