remove unused code

This commit is contained in:
Egor Shitikov
2024-08-14 18:11:48 -07:00
parent cadbda773c
commit 8cf2533b6e
-7
View File
@@ -662,13 +662,6 @@ void loop(void)
{
if ((result[y + 1] != 0) || (result[y - 1] != 0))
{
// Filling the empty pixel between signals int the level <
// 27 (noise level)
/* if (y < 27 && result[y + 1] == 0 && result[y + 2] > 0)
{
result[y + 1] = 1;
filtered_result[y + 1] = 1;
}*/
filtered_result[y] = 1;
}
}