Skip to content

Commit

Permalink
remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Mar 14, 2024
1 parent 6f192eb commit fc7a8bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/ai/nets/samj/ij/ui/IJ1PromptsProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,6 @@ public void switchToNone() {
this.deRegisterListeners();
}

@Override
public void createInstanceSegmentationMask() {
List<Polygon> pols = this.getPolygonsFromRoiManager();

}

@Override
public SAMModel getNetBeingUsed() {
return this.promptsToNet;
Expand Down

0 comments on commit fc7a8bc

Please sign in to comment.