Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible.

This commit is contained in:
Mario Hüttel 2019-09-18 20:37:51 +02:00
parent ee99e50656
commit ad5e0ebe11
1 changed files with 1 additions and 1 deletions

View File

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