From 392485aa454e871566a67afc61e11331f9d27397 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sat, 3 Dec 2011 08:40:32 +0100 Subject: inventorycube: use all three specified textures; also moved mesh creation / modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube --- src/utility.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/utility.h') diff --git a/src/utility.h b/src/utility.h index 47696cbf8..14b49772b 100644 --- a/src/utility.h +++ b/src/utility.h @@ -694,11 +694,6 @@ private: u32 *m_result; }; -#ifndef SERVER -// Sets the color of all vertices in the mesh -void setMeshVerticesColor(scene::IMesh* mesh, video::SColor& color); -#endif - // Calculates the borders of a "d-radius" cube inline void getFacePositions(core::list &list, u16 d) { -- cgit v1.2.3