Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible.
This commit is contained in:
parent
ee99e50656
commit
ad5e0ebe11
@ -151,7 +151,7 @@ void bounding_box_calculate_path_box(GList *vertices, double thickness,
|
|||||||
GList *vertex_iterator;
|
GList *vertex_iterator;
|
||||||
struct vector_2d pt;
|
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)
|
if (!vertices || !box)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user