From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/progs/manaplus/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs') diff --git a/src/progs/manaplus/client.h b/src/progs/manaplus/client.h index d7799847a..20ac722a5 100644 --- a/src/progs/manaplus/client.h +++ b/src/progs/manaplus/client.h @@ -112,7 +112,7 @@ class Client final : public ConfigListener, static void logVars(); #else // ANDROID - static void logVars() A_CONST; + static void logVars(); #endif // ANDROID void stateConnectGame1(); -- cgit v1.2.3-60-g2f50