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.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lua_bind.cc b/src/lua_bind.cc
index f5758415..d50a37d4 100644
--- a/src/lua_bind.cc
+++ b/src/lua_bind.cc
@@ -18,21 +18,6 @@
#include "range.h"
/*
- * Monsters
- */
-
-void find_position(int y, int x, int *yy, int *xx)
-{
- int attempts = 500;
-
- do
- {
- scatter(yy, xx, y, x, 6);
- }
- while (!(in_bounds(*yy, *xx) && cave_floor_bold(*yy, *xx)) && --attempts);
-}
-
-/*
* Misc
*/