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