1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Remove TODO

This commit is contained in:
blat-blatnik 2022-01-11 22:50:08 +01:00
parent 41159bdb38
commit 14c43d117c

View file

@ -185,7 +185,6 @@ namespace IDE.ui
enum HiliteMatchingParensPositionCache enum HiliteMatchingParensPositionCache
{ {
//TODO: Better naming?
case NeedToRecalculate; case NeedToRecalculate;
case UnmatchedParens; case UnmatchedParens;
case Valid(float x1, float y1, float x2, float y2); case Valid(float x1, float y1, float x2, float y2);