summaryrefslogtreecommitdiffstats
path: root/src/engine/AudioBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/AudioBuffer.hpp')
-rw-r--r--src/engine/AudioBuffer.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/AudioBuffer.hpp b/src/engine/AudioBuffer.hpp
index 38623696..f2ed0e7b 100644
--- a/src/engine/AudioBuffer.hpp
+++ b/src/engine/AudioBuffer.hpp
@@ -29,7 +29,6 @@ using namespace std;
namespace Ingen {
-
class AudioBuffer : public ObjectBuffer
{
public:
@@ -75,7 +74,6 @@ private:
FrameTime _set_time; ///< Time _set_value was set (to reset next cycle)
};
-
/** Accumulate a block of @a src into buffer.
*/
inline void
@@ -104,7 +102,6 @@ AudioBuffer::accumulate(Context& context, const AudioBuffer* const src)
}
}
-
} // namespace Ingen
#endif // INGEN_ENGINE_AUDIOBUFFER_HPP