aboutsummaryrefslogtreecommitdiff
path: root/src/lib/algo/flood_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/algo/flood_fill.c')
-rw-r--r--src/lib/algo/flood_fill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/algo/flood_fill.c b/src/lib/algo/flood_fill.c
index 91f94ad..62db658 100644
--- a/src/lib/algo/flood_fill.c
+++ b/src/lib/algo/flood_fill.c
@@ -1,6 +1,5 @@
#include <lib/algo/flood_fill.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