summaryrefslogtreecommitdiff
path: root/test/lv2_test_host.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-20 11:52:43 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-20 11:52:43 +0100
commitfd6c48a3406c69d3ec4aec43a49ab29571d8ad4b (patch)
treeb3ed7ef8223836b5546759562b62631a89b940c0 /test/lv2_test_host.h
parentc5d8be097554e5735748577e7967fae11b32d388 (diff)
Update LV2/lilv unit-test.
Diffstat (limited to 'test/lv2_test_host.h')
-rw-r--r--test/lv2_test_host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lv2_test_host.h b/test/lv2_test_host.h
index 04f48c6..f0677c7 100644
--- a/test/lv2_test_host.h
+++ b/test/lv2_test_host.h
@@ -67,8 +67,6 @@ public:
int loadConfig(const char *config, size_t size);
int run(int num_samples);
-
-
private:
LilvWorld* world;
const LilvPlugins* plugins;
@@ -76,8 +74,6 @@ private:
const LilvPlugin* plugin;
LilvInstance* instance;
-
- size_t buffer_size;
};
#endif/*__DRUMGIZMO_LV2_TEST_HOST_H__*/