From 1838e7bfdefcc6c608356aa70a6060b3a890a8f7 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 21 Nov 2015 14:44:48 +0100 Subject: [PATCH] Removed unused "final" keyword --- src/CBot/CBotString.cpp | 1 - src/CBot/resource.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/CBot/CBotString.cpp b/src/CBot/CBotString.cpp index 24085baf..bde3d0dc 100644 --- a/src/CBot/CBotString.cpp +++ b/src/CBot/CBotString.cpp @@ -54,7 +54,6 @@ const std::map CBotString::s_keywordString = {ID_NEW, "new"}, {ID_PUBLIC, "public"}, {ID_EXTERN, "extern"}, - {ID_FINAL, "final"}, {ID_STATIC, "static"}, {ID_PROTECTED, "protected"}, {ID_PRIVATE, "private"}, diff --git a/src/CBot/resource.h b/src/CBot/resource.h index 3b0a1a89..253bc14e 100644 --- a/src/CBot/resource.h +++ b/src/CBot/resource.h @@ -46,7 +46,6 @@ enum EID ID_NEW, ID_PUBLIC, ID_EXTERN, - ID_FINAL, ID_STATIC, ID_PROTECTED, ID_PRIVATE,