Build: remove redundant bunch TODO's
This commit is contained in:
@@ -14,7 +14,6 @@ import org.jetbrains.kotlin.idea.KotlinIcons
|
||||
import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
|
||||
import javax.swing.Icon
|
||||
|
||||
// FIX ME WHEN BUNCH as40 REMOVED
|
||||
// FIX ME WHEN BUNCH as41 REMOVED
|
||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||
val globalScheme = EditorColorsManager.getInstance().globalScheme
|
||||
@@ -29,4 +28,4 @@ internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||
defaultIcon.iconWidth / 2
|
||||
)
|
||||
return icon
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,7 @@ package org.jetbrains.kotlin.idea.highlighter.markers
|
||||
import com.intellij.icons.AllIcons
|
||||
import javax.swing.Icon
|
||||
|
||||
// FIX ME WHEN BUNCH as40 REMOVED
|
||||
// FIX ME WHEN BUNCH as41 REMOVED
|
||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||
return AllIcons.Gutter.Colors
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
package org.jetbrains.kotlin.idea
|
||||
|
||||
// Remove the function, when there's no dependency to cidr during running Kotlin tests.
|
||||
// FIX ME WHEN BUNCH as40 REMOVED
|
||||
// FIX ME WHEN BUNCH as41 REMOVED
|
||||
fun registerAdditionalResourceBundleInTests() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user