From 90656bf081fde45eb6e1aab2cd50a3a2b8dd17c8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Jun 2017 03:51:32 +0300 Subject: Remove useless string initialisations. --- src/const/resources/spriteaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/const/resources/spriteaction.h') diff --git a/src/const/resources/spriteaction.h b/src/const/resources/spriteaction.h index 988eda378..da865d3df 100644 --- a/src/const/resources/spriteaction.h +++ b/src/const/resources/spriteaction.h @@ -68,7 +68,7 @@ namespace SpriteAction static const std::string DEADWATER("deadwater"); static const std::string DEADRIDE("deadride"); - static const std::string INVALID(""); + static const std::string INVALID; } // namespace SpriteAction #endif // CONST_RESOURCES_SPRITEACTION_H -- cgit v1.2.3-60-g2f50