[colobot] 48/377: Removed unused "final" keyword

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:33:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 1838e7bfdefcc6c608356aa70a6060b3a890a8f7
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Nov 21 14:44:48 2015 +0100

    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 24085ba..bde3d0d 100644
--- a/src/CBot/CBotString.cpp
+++ b/src/CBot/CBotString.cpp
@@ -54,7 +54,6 @@ const std::map<EID,const char *> 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 3b0a1a8..253bc14 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list