From 629814e1b5dcbf28af7e5f7d8e872e8c5cc4805b Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 9 Jul 2014 22:29:32 +0200
Subject: Remove @deprecated methods

---
 src/java/com/jogamp/common/util/LFRingbuffer.java | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src/java/com/jogamp/common/util/LFRingbuffer.java')

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
@@ -145,9 +145,6 @@ public class LFRingbuffer<T> implements Ringbuffer<T> {
         resetImpl(false, null /* empty, nothing to copy */ );
     }
 
-    @Override
-    public final T[] getInternalArray() { return array; }
-
     @Override
     public final int capacity() { return capacityPlusOne-1; }
 
-- 
cgit v1.2.3