summaryrefslogtreecommitdiff
path: root/src/ast/item.cpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-04-24 00:25:18 -0400
committermekolat <mekolat@users.noreply.github.com>2015-04-30 02:22:20 -0400
commitf9f245a109bff84a030f917122eeb9b6336a982c (patch)
treeae6c65e6ab1dbd6a93c8aad3301059d9003f7e80 /src/ast/item.cpp
parent543924caa81c3469a90388e5112dcd93abf6eec9 (diff)
downloadtmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.gz
tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.bz2
tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.xz
tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.zip
remove item labels
Diffstat (limited to 'src/ast/item.cpp')
-rw-r--r--src/ast/item.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast/item.cpp b/src/ast/item.cpp
index bd4f295..d27e231 100644
--- a/src/ast/item.cpp
+++ b/src/ast/item.cpp
@@ -128,7 +128,6 @@ namespace item
Item item;
SPAN_EXTRACT(first, item.id);
SPAN_EXTRACT(TRY_UNWRAP(lex_nonscript(lr, false), return EOL_ERROR(lr)), item.name);
- SPAN_EXTRACT(TRY_UNWRAP(lex_nonscript(lr, false), return EOL_ERROR(lr)), item.jname);
SPAN_EXTRACT(TRY_UNWRAP(lex_nonscript(lr, false), return EOL_ERROR(lr)), item.type);
SPAN_EXTRACT(TRY_UNWRAP(lex_nonscript(lr, false), return EOL_ERROR(lr)), item.buy_price);
SPAN_EXTRACT(TRY_UNWRAP(lex_nonscript(lr, false), return EOL_ERROR(lr)), item.sell_price);