This commit is contained in:
Mirek Fidler 2026-03-18 13:28:12 +01:00
parent 3776bcd89c
commit 472ea07f8a

View file

@ -179,7 +179,6 @@ void Ide::ContextGoto0(int pos)
String name;
Point ref_pos;
String ref_id = GetRefId(pos, name, ref_pos);
DDUMP(ref_id);
GotoId(ref_id, name, ref_pos, li);
}