Removed unused field
This commit is contained in:
@@ -89,8 +89,6 @@ public class KotlinQuickDocumentationProvider : AbstractDocumentationProvider()
|
|||||||
renderCompanionObjectName = true
|
renderCompanionObjectName = true
|
||||||
}
|
}
|
||||||
|
|
||||||
private val MIX_KOTLIN_TO_JAVA_RENDERER = DESCRIPTOR_RENDERER.withOptions { withDefinedIn = false }
|
|
||||||
|
|
||||||
private fun getText(element: PsiElement, originalElement: PsiElement?, quickNavigation: Boolean): String? {
|
private fun getText(element: PsiElement, originalElement: PsiElement?, quickNavigation: Boolean): String? {
|
||||||
if (element is JetDeclaration) {
|
if (element is JetDeclaration) {
|
||||||
return renderKotlinDeclaration(element, quickNavigation)
|
return renderKotlinDeclaration(element, quickNavigation)
|
||||||
|
|||||||
Reference in New Issue
Block a user