mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-12 15:34:03 +02:00
Remove unused ApplicationComponent
This commit is contained in:
parent
124cc338f7
commit
0d6e99820b
src/main
@ -1,8 +0,0 @@
|
||||
package com.github.izhangzhihao.rainbow.brackets
|
||||
|
||||
import com.intellij.openapi.components.ApplicationComponent
|
||||
|
||||
class RainbowComponent : ApplicationComponent {
|
||||
override fun initComponent() {
|
||||
}
|
||||
}
|
@ -136,9 +136,6 @@
|
||||
|
||||
<application-components>
|
||||
<!-- Add your application components here -->
|
||||
<component>
|
||||
<implementation-class>com.github.izhangzhihao.rainbow.brackets.RainbowComponent</implementation-class>
|
||||
</component>
|
||||
</application-components>
|
||||
|
||||
<project-components>
|
||||
|
Loading…
Reference in New Issue
Block a user