mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Remove TODO
This commit is contained in:
parent
41159bdb38
commit
14c43d117c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue