From d5e80cae1ba300933cbb1ef3a1f9e427e3162a48 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 22 Oct 2014 19:17:59 +0400 Subject: [PATCH] Remove unused property --- .../src/org/jetbrains/jet/plugin/JetBundle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/idea-analysis/src/org/jetbrains/jet/plugin/JetBundle.properties b/idea/idea-analysis/src/org/jetbrains/jet/plugin/JetBundle.properties index 1f85637b473..e62c2376645 100644 --- a/idea/idea-analysis/src/org/jetbrains/jet/plugin/JetBundle.properties +++ b/idea/idea-analysis/src/org/jetbrains/jet/plugin/JetBundle.properties @@ -185,7 +185,6 @@ map.platform.class.to.kotlin.advertisement=Choose an appropriate Kotlin class map.platform.class.to.kotlin.family=Change to Kotlin class create.from.usage.family=Create from usage create.0.from.usage=Create {0} from usage -create.property.from.usage=Create property ''{0}'' from usage create.local.variable.from.usage=Create local variable ''{0}'' create.parameter.from.usage=Create parameter ''{0}'' choose.target.class.or.trait.title=Choose target class or trait