Browse Source

Remove useless undef of noexcept, fixes #66

pull/72/head
falkTX 5 years ago
parent
commit
374dced982
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      distrho/src/DistrhoPluginVST.cpp

+ 0
- 5
distrho/src/DistrhoPluginVST.cpp View File

@@ -29,11 +29,6 @@
# define __cdecl
#endif

// has some conflicts
#ifdef noexcept
# undef noexcept
#endif

#define VESTIGE_HEADER
#define VST_FORCE_DEPRECATED 0



Loading…
Cancel
Save