]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarray.h
Animate only those components which are present in Transforms
[libs/gl.git] / source / vertexarray.h
index bf118eee3d7ff72133c2537e108d523222bb9eb5..6e54f681717f4269fb135f66bd18420b5d87943e 100644 (file)
@@ -68,9 +68,6 @@ private:
        static unsigned get_array_slot(unsigned char);
 
 public:
-       /// Deprecated alias for use_buffer
-       void use_vertex_buffer(Buffer *b) { use_buffer(b); }
-
        /// Clears all vertices from the array.
        void clear();