aboutsummaryrefslogtreecommitdiff
path: root/src/entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cc')
-rw-r--r--src/entry.cc4
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() + ")";
- }
+ }*/
}