diff options
author | Chris Robinson <[email protected]> | 2017-05-30 09:58:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-30 09:58:06 -0700 |
commit | f54946f9cb1b3293cc95cc77400625aa4c80c138 (patch) | |
tree | cf7765814d7ce56c141a54f2cd6182963ac83d27 /config.h.in | |
parent | e893211b659a5dbaf75aa437ab594aac87984b85 (diff) |
Remove unused HIDDEN_DECL macro
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index d46c69ac..a71b54fb 100644 --- a/config.h.in +++ b/config.h.in @@ -8,9 +8,6 @@ /* Define a built-in call indicating an aligned data pointer */ #define ASSUME_ALIGNED(x, y) ${ASSUME_ALIGNED_DECL} -/* Explicit hidden visibility attribute */ -#define HIDDEN_DECL ${HIDDEN_DECL} - /* Define if HRTF data is embedded in the library */ #cmakedefine ALSOFT_EMBED_HRTF_DATA |