mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
cleanup
This commit is contained in:
parent
26266dff3b
commit
02fdc26fcb
6 changed files with 113 additions and 117 deletions
1
grid.c
1
grid.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue