Build: remove redundant bunch TODO's

This commit is contained in:
Dmitriy Novozhilov
2020-11-20 11:37:32 +03:00
parent 986ab9cb54
commit ad953b6285
3 changed files with 3 additions and 6 deletions
@@ -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() {
}
}