Drop WLR_VERSION_API_*

These weren't set in the build, thus Meson was just dropping them
in the generated file.
This commit is contained in:
Simon Ser 2021-06-29 12:21:37 +02:00
parent f6ae028e99
commit 634a20d89c
1 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,4 @@
#define WLR_VERSION_NUM ((WLR_VERSION_MAJOR << 16) | (WLR_VERSION_MINOR << 8) | WLR_VERSION_MICRO)
#mesondefine WLR_VERSION_API_CURRENT
#mesondefine WLR_VERSION_API_REVISION
#mesondefine WLR_VERSION_API_AGE
#endif