home · contact · privacy
Client: Fit interface_conf to new config file style. Also, refactorings.
[plomrogue] / src / server / map_objects.h
index 52d87e1a2276101f265a92892cc834b8ef7e12b7..fdd11f91c9180cc4226e199ac3d1a0abba28cc8c 100644 (file)
@@ -8,9 +8,7 @@
 #define MAP_OBJECTS_H
 
 #include <stdint.h> /* uint8_t */
-//#include <stdio.h> /* FILE */
 #include "../common/yx_uint8.h" /* yx_uint8 structs */
-//struct EntrySkeleton;
 
 
 
@@ -40,12 +38,6 @@ struct MapObjDef
 
 
 
-/* Read-in to "entry" multi-line entry from MapObjDef config "file", using
- * pre-allocated "line", "linemax" and "context" as input for err_try_fgets().
- */
-//extern void read_map_object_def(char * line, uint32_t linemax, char * context,
-//                                struct EntrySkeleton * entry, FILE * file);
-
 /* Free map object definitions chain starting at "mod_start". */
 extern void free_map_object_defs(struct MapObjDef * mod_start);