aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r--src/engine/JackDriver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp
index 756f717..133c7ed 100644
--- a/src/engine/JackDriver.hpp
+++ b/src/engine/JackDriver.hpp
@@ -25,7 +25,6 @@
#include "raul/Command.hpp"
#include "raul/DoubleBuffer.hpp"
-#include "raul/EventRingBuffer.hpp"
#include "raul/Semaphore.hpp"
#include "raul/SharedPtr.hpp"
@@ -61,7 +60,7 @@ public:
void write_event(Raul::TimeStamp time,
size_t size,
- const unsigned char* event) throw (std::logic_error);
+ const unsigned char* event);
void set_bpm(double bpm) { _bpm.set(bpm); }
void set_quantization(double q) { _quantization.set(q); }