diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 98b83bcf7..34f6b64ce 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2843,7 +2843,6 @@ std::string Being::loadComment(const std::string &name, const int type) str.append(stringToHexPath(name)).append("/comment.txt"); logger->log("load from: %s", str.c_str()); - StringVect lines; const ResourceManager *const resman = ResourceManager::getInstance(); if (resman->existsLocal(str)) |