Skip to content

Commit 6a06e1b

Browse files
committed
Cleanup Buffers.h
1 parent d979e3d commit 6a06e1b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/utils/Buffers.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222

2323
namespace libhelix {
2424

25-
// forward declaration
26-
template <typename T>
27-
class NBuffer;
28-
2925
/**
3026
* @brief Shared functionality of all buffers
3127
* @ingroup buffers
@@ -295,4 +291,4 @@ class SingleBuffer : public BaseBuffer<T> {
295291
};
296292

297293

298-
} // namespace audio_tools
294+
} // ns

0 commit comments

Comments
 (0)