summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-09 12:12:44 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-09 13:22:22 +0200
commit95bc3fc78d071be59870e418bb6229992fd5796a (patch)
tree9d4adb392ab8064292f0c76f69c5f2105a5de32a /src/util.pkg
parent1d3171629ae1aea66f0f57cde7d4390c7fc760c1 (diff)
Lua: God quests: Move description code to C
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.pkg b/src/util.pkg
index 738af28e..de84ac11 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -1305,12 +1305,6 @@ extern cptr get_player_race_name(int pr, int ps);
*/
extern void quit(cptr str);
-/*
- * compass, approximate_distance
- */
-extern cptr compass(int y, int x, int y2, int x2);
-extern cptr approximate_distance(int y, int x, int y2, int x2);
-
/** @fn text_out_c(byte a, cptr str)
* @brief Output text to the screen (in color) or to a file depending on the
* selected hook.\n