DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 7cfaef75503fde6300cd6431d083c0e57d521580
parent 842bb786ff67d7d039c55353af0dc65c8a10f2b6
Author: falkTX <falktx@falktx.com>
Date:   Sat, 25 Sep 2021 00:50:54 +0100

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/src/DistrhoUIVST3.cpp | 18------------------
1 file changed, 0 insertions(+), 18 deletions(-)

diff --git 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: