reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 5613dd5e7062857b21c570b7aa6d250db370e2c1
parent 4bd4be84c13bfea498f564535dc539aee85f9ea9
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Mon, 10 Jul 2017 05:59:08 -0400

remove unnecessary undefs for {REQUIRED,OPTIONAL}_API

Diffstat:
Msrc/main.cpp | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -68,9 +68,6 @@ static bool loadAPI(void *(*getFunc)(const char *)) return true; } -#undef REQUIRED_API -#undef OPTIONAL_API - static bool commandHook(const int id, const int flag) { return reapack->execActions(id, flag);