From d288c2cc1720d274debc04c2d9419a7edabcc6ec Mon Sep 17 00:00:00 2001
From: Christian C <cc@localhost>
Date: Tue, 4 Mar 2025 19:14:05 -0800
Subject: Remove line comments

---
 src/lib/algo/flood_fill.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/lib/algo')

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
-- 
cgit v1.2.1