1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Move empty autocomplete entry check into c++ side

This commit is contained in:
Brian Fiete 2025-05-27 06:27:11 +02:00
parent dd2e5a25c5
commit 39a1f44b9c
2 changed files with 2 additions and 5 deletions

View file

@ -2426,11 +2426,6 @@ namespace IDE.ui
}
continue;
}
else if (entryDisplay.Length == 0)
{
// Skip entry that has no name
continue;
}
switch (entryType)
{