X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=src%2Fmap_objects.c;h=d114c5b74cfe4dcfce87c96cb4de1aca96d8a01b;hb=350ef2e2d17e8122e2991466f76a9a083a6303e7;hp=4deaa08c5cd63e104e8dd981fbb187858533d559;hpb=d701e79e9297470b56315eefd431c62c9aba28b2;p=plomrogue diff --git a/src/map_objects.c b/src/map_objects.c index 4deaa08..d114c5b 100644 --- a/src/map_objects.c +++ b/src/map_objects.c @@ -18,8 +18,6 @@ /* Write representation of "mo" and all of the map objects it owns to "file". */ static void write_map_object(FILE * file, struct MapObj * mo); - - /* Return pointer to map object of "id" in chain starting at "ptr". */ static struct MapObj * get_map_object(struct MapObj * ptr, uint8_t id);