1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +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
{
//TODO: Better naming?
case NeedToRecalculate;
case UnmatchedParens;
case Valid(float x1, float y1, float x2, float y2);