summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-16 20:05:31 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-16 20:05:53 +0100
commitd34f472970e6a9fa2257a63ed40d021fc2c6f045 (patch)
treead35615f523b0dba2a94f9feb71981627368f11d /src/variable.cc
parent4d351b8d07c25415d5848e9486eb5cb52f02d72e (diff)
Make ang_sort_* private to xtra2.cc
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 16eda4dc..bf27393b 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -977,19 +977,6 @@ bool_ (*item_tester_hook)(object_type*);
/*
- * Current "comp" function for ang_sort()
- */
-bool_ (*ang_sort_comp)(vptr u, vptr v, int a, int b);
-
-
-/*
- * Current "swap" function for ang_sort()
- */
-void (*ang_sort_swap)(vptr u, vptr v, int a, int b);
-
-
-
-/*
* Hack -- function hooks to restrict "get_mon_num_prep()" function
*/
bool_ (*get_mon_num_hook)(int r_idx);