diff options
author | Sven Gothel <[email protected]> | 2023-03-07 18:31:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-07 18:31:35 +0100 |
commit | 5e79fea8981a13d155e0b958aa3e20a546c533bb (patch) | |
tree | 35344aebd3a81b15f676808877d3e3b2858f3244 /src/jogl/classes/com | |
parent | 1231a2fd45b12ae936d803d0266fba941e8f46b6 (diff) |
Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more than enough
Diffstat (limited to 'src/jogl/classes/com')
-rw-r--r-- | src/jogl/classes/com/jogamp/graph/font/Font.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/font/Font.java b/src/jogl/classes/com/jogamp/graph/font/Font.java index ebebbda06..8d3ed2d8e 100644 --- a/src/jogl/classes/com/jogamp/graph/font/Font.java +++ b/src/jogl/classes/com/jogamp/graph/font/Font.java @@ -426,7 +426,6 @@ public interface Font { final CharSequence string, final AffineTransform temp1, final AffineTransform temp2); - PerfCounterCtrl perfCounter(); /** Returns {@link #getFullFamilyName()} */ @Override |