From d288c2cc1720d274debc04c2d9419a7edabcc6ec Mon Sep 17 00:00:00 2001 From: Christian C Date: Tue, 4 Mar 2025 19:14:05 -0800 Subject: Remove line comments --- include/lib/algo/flood_fill.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/lib/algo/flood_fill.h') 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 #include -//----------------------------------------------- // 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