summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 13:02:36 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 13:02:36 +0100
commit445702fdd90f83abfb1ea7bcdbb1d3605c2236c3 (patch)
treec9f981336a2bcf6ab7474555fb68465d51411446 /src/JackDriver.hpp
parentdb5d1f603e0dd3076444f27008fcf1a61a4e151c (diff)
downloadpatchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.gz
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.tar.bz2
patchage-445702fdd90f83abfb1ea7bcdbb1d3605c2236c3.zip
Remove useless doc comments
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 7500f6e..03ff365 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -33,11 +33,7 @@ class PatchageEvent;
class PatchageModule;
class PatchagePort;
-/** Handles all externally driven functionality, registering ports etc.
- *
- * Jack callbacks and connect methods and things like that live here.
- * Right now just for jack ports, but that will change...
- */
+/// Driver for JACK audio and midi ports
class JackDriver : public Driver
{
public: