why was this here

This commit is contained in:
jacekpoz 2024-04-18 20:33:29 +02:00
parent 9af4bc02e1
commit 48a9905449
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -47,8 +47,6 @@ inline void toLower(std::string &str) {
__VA_ARGS__\
}
#define _SECTION #section
#define VAR_GENERIC(section, name, ...) \
namePascalCased = #name;\
namePascalCased[0] = std::toupper(namePascalCased[0]);\