summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 79ca54f..7a93ff6 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -31,7 +31,6 @@ class PatchageFlowCanvas;
class PatchagePort;
class PatchageModule;
-
/** Handles all externally driven functionality, registering ports etc.
*
* Jack callbacks and connect methods and things like that live here.
@@ -112,5 +111,4 @@ private:
float _xrun_delay;
};
-
#endif // PATCHAGE_JACKDRIVER_HPP