summaryrefslogtreecommitdiff
path: root/common/JackDriver.h
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2011-03-26 12:52:52 +0100
committerStephane Letz <letz@grame.fr>2011-03-26 12:52:52 +0100
commit03e695ba1e3af55d685f58b534f4ada1cc592185 (patch)
tree588744016bffc066277381e1ed3c81b7abfd7f4c /common/JackDriver.h
parentfaf29128cf7925735ac671ae50dfe55fff89639b (diff)
downloadjack2-03e695ba1e3af55d685f58b534f4ada1cc592185.tar.gz
Correct loopback driver for new activation model.
Diffstat (limited to 'common/JackDriver.h')
-rw-r--r--common/JackDriver.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/common/JackDriver.h b/common/JackDriver.h
index e619f6e4..45d695af 100644
--- a/common/JackDriver.h
+++ b/common/JackDriver.h
@@ -232,19 +232,6 @@ class SERVER_EXPORT JackDriver : public JackDriverClientInterface
};
-/*
-class SERVER_EXPORT JackSlaveDriverInterface
-{
-
- public:
-
- virtual int ProcessRead() { return 0; }
- virtual int ProcessWrite() { return 0; }
-
-};
-
-*/
-
} // end of namespace
#endif