From c7005700ef35d91176c4f347bfd876104ced6a33 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 19 Jul 2015 13:59:17 +0200 Subject: Remove unused variable. --- test/lv2_test_host.h | 4 ---- 1 file changed, 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__*/ -- cgit v1.2.3