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, setStateCallback,
sendNoteCallback, sendNoteCallback,
setSizeCallback, setSizeCallback,
fileRequestCallback,
nullptr, // TODO fileRequestCallback,
d_nextBundlePath, d_nextBundlePath,
fPlugin.getInstancePointer(), fPlugin.getInstancePointer(),
fScaleFactor); fScaleFactor);
@@ -708,6 +708,7 @@ private:
} }
#endif #endif


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


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


Loading…
Cancel
Save