Browse Source

Comment out unimplemented clap file loader

Signed-off-by: falkTX <falktx@falktx.com>
pull/421/head
falkTX 2 years ago
parent
commit
8a03182c97
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      distrho/src/DistrhoPluginCLAP.cpp

+ 3
- 1
distrho/src/DistrhoPluginCLAP.cpp View File

@@ -578,7 +578,7 @@ private:
setStateCallback,
sendNoteCallback,
setSizeCallback,
fileRequestCallback,
nullptr, // TODO fileRequestCallback,
d_nextBundlePath,
fPlugin.getInstancePointer(),
fScaleFactor);
@@ -708,6 +708,7 @@ private:
}
#endif

/* TODO
bool fileRequest(const char*)
{
return true;
@@ -717,6 +718,7 @@ private:
{
return static_cast<ClapUI*>(ptr)->fileRequest(key);
}
*/
};

// --------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save