diff options
Diffstat (limited to '')
-rw-r--r-- | src/queuebuf.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/queuebuf.cpp b/src/queuebuf.cpp index 69abf4b..98d8ee0 100644 --- a/src/queuebuf.cpp +++ b/src/queuebuf.cpp | |||
@@ -24,11 +24,6 @@ Bu::QueueBuf::~QueueBuf() | |||
24 | delete[] *i; | 24 | delete[] *i; |
25 | } | 25 | } |
26 | 26 | ||
27 | int Bu::QueueBuf::getSize() | ||
28 | { | ||
29 | return iTotalSize; | ||
30 | } | ||
31 | |||
32 | void Bu::QueueBuf::close() | 27 | void Bu::QueueBuf::close() |
33 | { | 28 | { |
34 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) | 29 | for( BlockList::iterator i = lBlocks.begin(); i; i++ ) |