mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 12:09:06 +00:00
Remove unused code
This commit is contained in:
@@ -43,10 +43,6 @@ enum class Theme(
|
||||
|
||||
val isSelected get() = Config.themeOrdinal == ordinal
|
||||
|
||||
fun select() {
|
||||
Config.themeOrdinal = ordinal
|
||||
}
|
||||
|
||||
companion object {
|
||||
val selected get() = values().getOrNull(Config.themeOrdinal) ?: Piplup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user