summaryrefslogtreecommitdiff
path: root/src/device_allocation.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 00:00:35 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-18 00:00:35 +0100
commit76d1d3f63fef965ba0a2d5ccea3408ad36e9ce4c (patch)
tree08b7758fc22456584b6fb3477c30bf569e79d500 /src/device_allocation.h
parentd34f472970e6a9fa2257a63ed40d021fc2c6f045 (diff)
Remove all uses of sglib
Diffstat (limited to 'src/device_allocation.h')
-rw-r--r--src/device_allocation.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device_allocation.h b/src/device_allocation.h
index e620270f..f4fc5c38 100644
--- a/src/device_allocation.h
+++ b/src/device_allocation.h
@@ -16,14 +16,8 @@ struct device_allocation
s32b rarity;
range_type base_level;
range_type max_level;
- /* Next device allocation in the list */
- device_allocation *next;
};
-int compare_device_allocation(device_allocation *a, device_allocation *b);
-SGLIB_DEFINE_LIST_PROTOTYPES(device_allocation, compare_device_allocation, next);
-
-void device_allocation_init(struct device_allocation *device_allocation, byte tval);
struct device_allocation *device_allocation_new(byte tval);
#ifdef __cplusplus