summaryrefslogtreecommitdiff
path: root/src/map/script-fun.cpp
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-17 13:16:37 -0500
committergumi <git@gumi.ca>2018-02-17 13:16:37 -0500
commitf793dca372804f176eb26ce88043f31346125eb6 (patch)
tree39d66b0b7a0e223d3a83dcf4ba007dd5c68ffc68 /src/map/script-fun.cpp
parent2c8596e5fe8c9d6a578bd303563f4c145f8b48dd (diff)
downloadtmwa-f793dca372804f176eb26ce88043f31346125eb6.tar.gz
tmwa-f793dca372804f176eb26ce88043f31346125eb6.tar.bz2
tmwa-f793dca372804f176eb26ce88043f31346125eb6.tar.xz
tmwa-f793dca372804f176eb26ce88043f31346125eb6.zip
remove unused variables
Diffstat (limited to 'src/map/script-fun.cpp')
-rw-r--r--src/map/script-fun.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp
index 92c2f0d..02aefbb 100644
--- a/src/map/script-fun.cpp
+++ b/src/map/script-fun.cpp
@@ -3572,7 +3572,6 @@ void builtin_getitemlink(ScriptState *st)
data = &AARG(0);
ZString name = conv_str(st, data);
- ItemNameId item_id;
Option<P<struct item_data>> item_data_ = itemdb_searchname(name);
OMATCH_BEGIN (item_data_)
{