diff options
Diffstat (limited to 'src/entry.cc')
-rw-r--r-- | src/entry.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/entry.cc b/src/entry.cc index 31ffb92..77cf144 100644 --- a/src/entry.cc +++ b/src/entry.cc @@ -20,9 +20,4 @@ namespace entry { } throw std::invalid_argument("Invalid entry: " + std::string(data["entry"])); } - - - /*std::string genText(const Entry& e, const creature::Creature& c) { - return e.getName() + " (" + e.getType() + ")"; - }*/ } |