Build: drop Android Studio 3.4 support (KT-35374)

Delete references in code
This commit is contained in:
Michael Kuzmin
2019-12-20 16:51:21 +03:00
parent a49ed1eca2
commit 9b7717c37a
8 changed files with 1 additions and 8 deletions
@@ -15,7 +15,6 @@ import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
import javax.swing.Icon
// BUNCH: as35
// BUNCH: as34
internal fun createDslStyleIcon(styleId: Int): Icon {
val globalScheme = EditorColorsManager.getInstance().globalScheme
val markersColor = globalScheme.getAttributes(DslHighlighterExtension.styleById(styleId)).foregroundColor
@@ -14,7 +14,6 @@ import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
import javax.swing.Icon
// BUNCH: as35
// BUNCH: as34
// BUNCH: 191
internal fun createDslStyleIcon(styleId: Int): Icon {
val globalScheme = EditorColorsManager.getInstance().globalScheme
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
import javax.swing.Icon
// BUNCH: as35
// BUNCH: as34
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
import javax.swing.Icon
// BUNCH: as35
// BUNCH: as34
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
import javax.swing.Icon
// BUNCH: as35
// BUNCH: as34
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -6,6 +6,6 @@
package org.jetbrains.kotlin.idea
// Remove the function, when there's no dependency to cidr during running Kotlin tests.
// BUNCH: as34
// BUNCH: as35
fun registerAdditionalResourceBundleInTests() {
}