Skip to content
Snippets Groups Projects
Commit adde402f authored by Johannes Mey's avatar Johannes Mey
Browse files

remove location from named elements

parent 58854dab
No related branches found
No related tags found
1 merge request!5Resolve "Structure View Support"
......@@ -38,11 +38,6 @@ public abstract class GrammarNamedElementImpl extends ASTWrapperPsiElement imple
return getName();
}
@Override
public String getLocationString() {
return getContainingFile().getName();
}
@Override
public Icon getIcon(boolean unused) {
return JastAddIcons.FILE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment