diff options
author | Lioncash <mathew1800@gmail.com> | 2018-04-20 04:36:48 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-04-20 04:36:52 +0200 |
commit | d9e316e3538c0c0891f04bbfd0e211749ba15b5d (patch) | |
tree | c218d1705222ae899c613427b01e1947a1c22893 /src/common | |
parent | Merge pull request #356 from lioncash/shader (diff) | |
download | yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar.gz yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar.bz2 yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar.lz yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar.xz yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.tar.zst yuzu-d9e316e3538c0c0891f04bbfd0e211749ba15b5d.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/common_funcs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 6f0604958..19a33cb57 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h @@ -9,8 +9,6 @@ #endif #include "common/common_types.h" -#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) - /// Textually concatenates two tokens. The double-expansion is required by the C preprocessor. #define CONCAT2(x, y) DO_CONCAT2(x, y) #define DO_CONCAT2(x, y) x##y |