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"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -38,11 +38,6 @@ public abstract class GrammarNamedElementImpl extends ASTWrapperPsiElement imple ...@@ -38,11 +38,6 @@ public abstract class GrammarNamedElementImpl extends ASTWrapperPsiElement imple
return getName(); return getName();
} }
@Override
public String getLocationString() {
return getContainingFile().getName();
}
@Override @Override
public Icon getIcon(boolean unused) { public Icon getIcon(boolean unused) {
return JastAddIcons.FILE; return JastAddIcons.FILE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment