diff --git a/plugins/IntelliLang/src/org/intellij/plugins/intelliLang/inject/config/BaseInjection.java b/plugins/IntelliLang/src/org/intellij/plugins/intelliLang/inject/config/BaseInjection.java index 76af46a71619..62c3376205d7 100644 --- a/plugins/IntelliLang/src/org/intellij/plugins/intelliLang/inject/config/BaseInjection.java +++ b/plugins/IntelliLang/src/org/intellij/plugins/intelliLang/inject/config/BaseInjection.java @@ -147,7 +147,10 @@ public class BaseInjection implements Injection, PersistentStateComponent getInjectedArea(PsiElement element); - /** - * Determines whether injection to host or concatenation must be ignored. If at least one place in concatenation is ignored then - * the entire concatenation must be ignored and language must not be injected. - */ - boolean isIgnoredPlace(PsiElement element); - /** * Determines how the injection would like being displayed (e.g. attributes * return a qualified TAG-NAME/@ATT-NAME combination name instead of just