Skip to content

Commit 70e1952

Browse files
committed
Searcher: remove unused API method
We are marking initial enabled status via the PluginInfo's enabled property (i.e., the @plugin annotation's enabled attribute). So this API method was extraneous.
1 parent bd64553 commit 70e1952

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/org/scijava/search/Searcher.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ public interface Searcher extends SciJavaPlugin {
5151
*/
5252
String title();
5353

54-
/** Whether this plugin is currently enabled to do searches. */
55-
default boolean enabled() {
56-
return true;
57-
}
58-
5954
/** Whether this plugin supports a search of this term. */
6055
default boolean supports(final String term) {
6156
return true;

0 commit comments

Comments
 (0)