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:
parent
dbc6c1d4b9
commit
97bce06ec6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user