From 02d75e2c94eebaa771aef6da9ff9d83a786f904b Mon Sep 17 00:00:00 2001 From: Quietust Date: Tue, 24 Jan 2012 10:59:26 -0600 Subject: [PATCH] Building module is gone, so this function doesn't exist anymore --- library/include/ModuleFactory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/library/include/ModuleFactory.h b/library/include/ModuleFactory.h index 1cbcfd56a..d87f0fc1d 100644 --- a/library/include/ModuleFactory.h +++ b/library/include/ModuleFactory.h @@ -36,7 +36,6 @@ namespace DFHack Module* createWorld(); Module* createMaterials(); Module* createVegetation(); - Module* createBuildings(); Module* createConstructions(); Module* createNotes(); Module* createGraphic();