X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbuffer.h;fp=source%2Fcore%2Fbuffer.h;h=2366ec5ce0dd3269ee13db7d80bd53eade0fd565;hb=f2bb1caa233930e1148613e9d5daa2c29b0fe271;hp=7682347ff1cf1962b411b36f146ca146c71d3b31;hpb=5a3966187c59c8763b7109d252875939e70cc151;p=libs%2Fgl.git diff --git a/source/core/buffer.h b/source/core/buffer.h index 7682347f..2366ec5c 100644 --- a/source/core/buffer.h +++ b/source/core/buffer.h @@ -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