diff options
| author | Christian Cunningham <cc@local.lan> | 2025-03-04 19:14:05 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2025-03-04 19:14:05 -0800 |
| commit | 17857e46daf1f9d692ec09f555eb25eb84547db4 (patch) | |
| tree | db43918e6690e90dcd40f9144f7eb08288c48a9e /src/lib/algo/flood_fill.c | |
| parent | 8e719bf59a78559b5128cefa0479c71245cbdcb2 (diff) | |
Remove line comments
Diffstat (limited to 'src/lib/algo/flood_fill.c')
| -rw-r--r-- | src/lib/algo/flood_fill.c | 1 |
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 |
