1
0
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:
张志豪 2018-02-20 11:37:51 +08:00
parent 124cc338f7
commit 0d6e99820b
2 changed files with 0 additions and 11 deletions
src/main
kotlin/com/github/izhangzhihao/rainbow/brackets
resources/META-INF

View File

@ -1,8 +0,0 @@
package com.github.izhangzhihao.rainbow.brackets
import com.intellij.openapi.components.ApplicationComponent
class RainbowComponent : ApplicationComponent {
override fun initComponent() {
}
}

View File

@ -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>