summaryrefslogtreecommitdiff
path: root/common/JackDriver.h
diff options
context:
space:
mode:
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