]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/buffer.h
Remove some unused and unnecessary things
[libs/gl.git] / source / core / buffer.h
index 7682347ff1cf1962b411b36f146ca146c71d3b31..2366ec5ce0dd3269ee13db7d80bd53eade0fd565 100644 (file)
@@ -15,8 +15,6 @@ public:
        virtual ~buffer_too_small() throw() { }
 };
 
-class BufferRange;
-
 /**
 A buffer for storing data in GL memory.  Putting vertex and index data in
 buffers can improve rendering performance.  The VertexArray, Mesh and