Skip to content

Commit

Permalink
Remove unused shadow method getWidth(StringVisitable)
Browse files Browse the repository at this point in the history
  • Loading branch information
keve1227 committed Feb 10, 2025
1 parent f3d9aa1 commit f42a401
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ private void onTextHandlerInit(
.orElseGet(() -> widthRetriever.getWidth(codePoint, style)));
}

@Shadow
public abstract float getWidth(StringVisitable text);

@Shadow
public abstract float getWidth(OrderedText text);

Expand Down

0 comments on commit f42a401

Please sign in to comment.