Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/330/head
falkTX 4 years ago
parent
commit
7cfaef7550
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      distrho/src/DistrhoUIVST3.cpp

+ 0
- 18
distrho/src/DistrhoUIVST3.cpp View File

@@ -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:


Loading…
Cancel
Save