summaryrefslogtreecommitdiff
path: root/src/lua_bind.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.cc')
-rw-r--r--src/lua_bind.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lua_bind.cc b/src/lua_bind.cc
index d50a37d4..36d378f2 100644
--- a/src/lua_bind.cc
+++ b/src/lua_bind.cc
@@ -172,13 +172,6 @@ s32b get_level(s32b s, s32b max, s32b min)
}
}
-void set_target(int y, int x)
-{
- target_who = -1;
- target_col = x;
- target_row = y;
-}
-
void get_target(int dir, int *y, int *x)
{
int ty, tx;