Remove getInvalidIcon default implementation after removing 182
#KT-33536 Fixed
This commit is contained in:
-5
@@ -360,11 +360,6 @@ class KotlinFieldBreakpoint(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// BUNCH: 182
|
|
||||||
override fun getInvalidIcon(isMuted: Boolean): Icon {
|
|
||||||
return AllIcons.Debugger.Db_invalid_breakpoint
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun getVerifiedIcon(isMuted: Boolean): Icon {
|
override fun getVerifiedIcon(isMuted: Boolean): Icon {
|
||||||
return when {
|
return when {
|
||||||
isMuted -> AllIcons.Debugger.Db_muted_field_breakpoint
|
isMuted -> AllIcons.Debugger.Db_muted_field_breakpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user