aboutsummaryrefslogtreecommitdiff
path: root/include/lib/algo/flood_fill.h
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-04 19:14:05 -0800
committerChristian C <cc@localhost>2025-03-04 19:14:05 -0800
commitd288c2cc1720d274debc04c2d9419a7edabcc6ec (patch)
treedb43918e6690e90dcd40f9144f7eb08288c48a9e /include/lib/algo/flood_fill.h
parentc61bb864c026d26a393f2a09c82de9bbc5043c6f (diff)
Remove line comments
Diffstat (limited to 'include/lib/algo/flood_fill.h')
-rw-r--r--include/lib/algo/flood_fill.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lib/algo/flood_fill.h b/include/lib/algo/flood_fill.h
index a48f4a1..81ed6fd 100644
--- a/include/lib/algo/flood_fill.h
+++ b/include/lib/algo/flood_fill.h
@@ -6,7 +6,6 @@
#include <stddef.h>
#include <stdint.h>
-//-----------------------------------------------
// Flood
// Floods a mask from a given set of image to determine the contiguous regions
// 1. Check that the (x,y) is within the picture