Improve glass
[oweals/minetest.git] / src / content_mapnode.h
index ace30be7b89ec81103226a6ba38056604a7b0f47..3140f2179936ee90b057d6ca2c00cb05b7d21d85 100644 (file)
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define CONTENT_MAPNODE_HEADER
 
 #include "mapnode.h"
-class ITextureSource;
 class IWritableNodeDefManager;
 
 /*
@@ -36,7 +35,7 @@ class IWritableNodeDefManager;
 
        Server only calls this once with tsrc=NULL.
 */
-void content_mapnode_init(ITextureSource *tsrc, IWritableNodeDefManager *nodemgr);
+void content_mapnode_init(IWritableNodeDefManager *nodemgr);
 
 // Backwards compatibility for non-extended content types in v19
 extern content_t trans_table_19[21][2];