This commit is contained in:
Piotr Kocia 2025-03-31 11:41:59 +02:00
parent 26266dff3b
commit 02fdc26fcb
6 changed files with 113 additions and 117 deletions

1
grid.c
View file

@ -819,7 +819,6 @@ grid_resize_and_reflow(
size_t tracking_points_count,
struct coord *const _tracking_points[static tracking_points_count])
{
printf("GRID REFLOW\n");
#if defined(TIME_REFLOW) && TIME_REFLOW
struct timespec start;
clock_gettime(CLOCK_MONOTONIC, &start);