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
-1
View File
@@ -2,7 +2,6 @@
193
191
183_191
as34_183_191
as35_191
as36
as40_193
@@ -46,7 +46,6 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
IJ192(Platform.P192),
IJ193(Platform.P193),
AS34(Platform.P183),
AS35(Platform.P183),
AS36(Platform.P192),
AS40(Platform.P193);
@@ -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() {
}