aboutsummaryrefslogtreecommitdiff
path: root/include/util
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-02-19 18:01:27 -0500
committerGitHub <noreply@github.com>2018-02-19 18:01:27 -0500
commit1d9be89e2d62316690ed211e50b79f2bec38e00f (patch)
tree266f8d4438350bbaa56567f5553ca441e5d4f1be /include/util
parent09cfa39392bd049225b1be7590cd099131472bf2 (diff)
Revert "ELF Visibility"
Diffstat (limited to 'include/util')
-rw-r--r--include/util/defs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/util/defs.h b/include/util/defs.h
deleted file mode 100644
index 55a21f6b..00000000
--- a/include/util/defs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef UTIL_DEFS_H
-#define UTIL_DEFS_H
-
-#ifdef __GNUC__
-#define WLR_API __attribute__((visibility("default")))
-#else
-#define WLR_API
-#endif
-
-#endif