summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-07-19 13:59:17 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-07-19 13:59:17 +0200
commitc7005700ef35d91176c4f347bfd876104ced6a33 (patch)
treefa9f18ac8a1320b12ef15ec75b37f1cb54e13c9d /test
parent83f15563dabdb25224abdda6df5d731148bed335 (diff)
Remove unused variable.
Diffstat (limited to 'test')
-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__*/