summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/LFRingbuffer.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-09 22:29:32 +0200
committerSven Gothel <[email protected]>2014-07-09 22:29:32 +0200
commit629814e1b5dcbf28af7e5f7d8e872e8c5cc4805b (patch)
tree515d81110f4cf4dd3014f199f8ee66ad8fa98644 /src/java/com/jogamp/common/util/LFRingbuffer.java
parent37f76d17cdf90a8dded8beba99651b19a8795c54 (diff)
Remove @deprecated methods
Diffstat (limited to 'src/java/com/jogamp/common/util/LFRingbuffer.java')
-rw-r--r--src/java/com/jogamp/common/util/LFRingbuffer.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/java/com/jogamp/common/util/LFRingbuffer.java b/src/java/com/jogamp/common/util/LFRingbuffer.java
index 685c529..5bef4b0 100644
--- a/src/java/com/jogamp/common/util/LFRingbuffer.java
+++ b/src/java/com/jogamp/common/util/LFRingbuffer.java
@@ -146,9 +146,6 @@ public class LFRingbuffer<T> implements Ringbuffer<T> {
}
@Override
- public final T[] getInternalArray() { return array; }
-
- @Override
public final int capacity() { return capacityPlusOne-1; }
@Override