From 7cfaef75503fde6300cd6431d083c0e57d521580 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 25 Sep 2021 00:51:21 +0100 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- distrho/src/DistrhoUIVST3.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/distrho/src/DistrhoUIVST3.cpp b/distrho/src/DistrhoUIVST3.cpp index 43140357..c80fe154 100644 --- a/distrho/src/DistrhoUIVST3.cpp +++ b/distrho/src/DistrhoUIVST3.cpp @@ -46,14 +46,6 @@ // -------------------------------------------------------------------------------------------------------------------- -struct v3_component_handler_cpp : v3_funknown { - v3_component_handler handler; -}; - -struct v3_plugin_frame_cpp : v3_funknown { - v3_plugin_frame frame; -}; - START_NAMESPACE_DISTRHO // -------------------------------------------------------------------------------------------------------------------- @@ -136,16 +128,6 @@ const char* tuid2str(const v3_tuid iid) // -------------------------------------------------------------------------------------------------------------------- -// TESTING -struct v3_plugin_view_cpp_virtual { - virtual V3_API v3_result query_interface(const v3_tuid iid, void **obj) = 0; - virtual V3_API uint32_t ref() = 0; - virtual V3_API uint32_t unref() = 0; - virtual V3_API v3_result resize_view(void*, void*) = 0; -}; - -// -------------------------------------------------------------------------------------------------------------------- - class UIVst3 : public Thread { public: