DPF

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

commit 374dced982234afebba603989b01e5fc9ddeb39a
parent 4a4f95fc9f106882c2702fa22c2a574124a3f783
Author: falkTX <falktx@gmail.com>
Date:   Mon, 17 Sep 2018 21:22:45 +0200

Remove useless undef of noexcept, fixes #66

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

diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp @@ -29,11 +29,6 @@ # define __cdecl #endif -// has some conflicts -#ifdef noexcept -# undef noexcept -#endif - #define VESTIGE_HEADER #define VST_FORCE_DEPRECATED 0