From 14c43d117c7037a2c0c6ba06f8cfa0a532f02028 Mon Sep 17 00:00:00 2001 From: blat-blatnik Date: Tue, 11 Jan 2022 22:50:08 +0100 Subject: [PATCH] Remove TODO --- IDE/src/ui/SourceEditWidgetContent.bf | 1 - 1 file changed, 1 deletion(-) diff --git a/IDE/src/ui/SourceEditWidgetContent.bf b/IDE/src/ui/SourceEditWidgetContent.bf index 4c248b44..bb39d11a 100644 --- a/IDE/src/ui/SourceEditWidgetContent.bf +++ b/IDE/src/ui/SourceEditWidgetContent.bf @@ -185,7 +185,6 @@ namespace IDE.ui enum HiliteMatchingParensPositionCache { - //TODO: Better naming? case NeedToRecalculate; case UnmatchedParens; case Valid(float x1, float y1, float x2, float y2);