Index: trunk/nv/interface/animated_mesh.hh
===================================================================
--- trunk/nv/interface/animated_mesh.hh	(revision 467)
+++ trunk/nv/interface/animated_mesh.hh	(revision 468)
@@ -26,5 +26,5 @@
 	public:
 		animation_entry( shash64 name, bool looping, uint32 frame_rate, float a_start, float a_end ) : m_name( name ), m_looping( looping ), m_frame_rate( frame_rate ),
-		m_start( a_start ), m_end( a_end ), m_duration( m_end - m_start ), m_material_idx(0) {}
+		m_start( a_start ), m_end( a_end ), m_duration( m_end - m_start ) {}
 		shash64 get_name() const { return m_name; }
 		uint32 get_frame_rate() const { return m_frame_rate; }
@@ -43,6 +43,4 @@
 			m_frame_rate = rate;
 		}
-		void set_material_idx( uint32 idx ) { m_material_idx = idx; }
-		uint32 get_material_idx() const { return m_material_idx; }
 		virtual ~animation_entry() {}
 	protected:
@@ -53,5 +51,4 @@
 		float   m_end;
 		float   m_duration;
-		uint32  m_material_idx;
 	};
 
