diff --git a/distrho/src/DistrhoPluginCLAP.cpp b/distrho/src/DistrhoPluginCLAP.cpp index d7c43062..29a0316d 100644 --- a/distrho/src/DistrhoPluginCLAP.cpp +++ b/distrho/src/DistrhoPluginCLAP.cpp @@ -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(ptr)->fileRequest(key); } + */ }; // --------------------------------------------------------------------------------------------------------------------