diff options
author | Your Name <you@example.com> | 2021-05-09 13:56:46 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-09 13:56:46 -0400 |
commit | d13358b71ec15085f2638fd9c3fc634df62dfc94 (patch) | |
tree | 467c643a068bf2d83da3632823a6434244ae004e /src/entry.cc | |
parent | e3aaa68a2ea1a403256150121c57a0287014162f (diff) | |
download | dmtool-d13358b71ec15085f2638fd9c3fc634df62dfc94.tar.gz dmtool-d13358b71ec15085f2638fd9c3fc634df62dfc94.tar.bz2 dmtool-d13358b71ec15085f2638fd9c3fc634df62dfc94.zip |
Reduced dependency on json-related hacks
Diffstat (limited to 'src/entry.cc')
-rw-r--r-- | src/entry.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entry.cc b/src/entry.cc index ef2ec96..31ffb92 100644 --- a/src/entry.cc +++ b/src/entry.cc @@ -22,7 +22,7 @@ namespace entry { } - std::string genText(const Entry& e, const creature::Creature& c) { + /*std::string genText(const Entry& e, const creature::Creature& c) { return e.getName() + " (" + e.getType() + ")"; - } + }*/ } |