1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-10 18:15:50 +02:00

remove dead code

This commit is contained in:
张志豪 2019-07-28 21:50:35 +08:00
parent dbc6c1d4b9
commit 97bce06ec6

View File

@ -73,10 +73,6 @@ object RainbowHighlighter {
}
}
fun createRainbowAttributes(color: Color): TextAttributes {
return TextAttributes(color, null, null, EffectType.BOXED, Font.PLAIN)
}
// FIXME: Meta properties(SchemeMetaInfo) should be used.
fun isRainbowEnabled(rainbowName: String): Boolean {
return when (rainbowName) {