home · contact · privacy
Removed unneeded function; also some minor comment improvmenets.
[plomrogue] / src / wincontrol.h
index dc07b981631084d75b11c9d40e24088463c3d549..b5ccbb53d3e78fc17deff17b8d95d8715256e156 100644 (file)
@@ -9,7 +9,7 @@
 
 
 
-#include <stdint.h> /* for uint8_t */
+#include <stdint.h> /* for uint8_t, int16_t */
 struct Win;
 struct WinMeta;
 struct World;
@@ -43,7 +43,6 @@ extern struct Win * get_win_by_id(struct World * world, char id);
 
 
 /* Create/initialize (from config files)/free Winconf / Win structs. */
-extern void create_winconfs(struct World * world);
 extern void init_winconfs(struct World * world);
 extern void free_winconfs(struct World * world);
 extern void init_wins(struct World * world);