summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-17 21:23:12 +0200
committerfalkTX <falktx@gmail.com>2018-09-17 21:23:12 +0200
commit374dced982234afebba603989b01e5fc9ddeb39a (patch)
tree1e277ccd0ad5350833fd50dbcb5f286a7ca877d6
parent4a4f95fc9f106882c2702fa22c2a574124a3f783 (diff)
Remove useless undef of noexcept, fixes #66
-rw-r--r--distrho/src/DistrhoPluginVST.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp
index a4543daa..bd537802 100644
--- 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