]> git.tdb.fi Git - libs/gl.git/blobdiff - source/buffer.h
Use RAII binders in place of manual binding
[libs/gl.git] / source / buffer.h
index 4f9f32943df58e420848832d2d298914c74676e4..bfbfd14891ff024a7d509198710deffa439e73f7 100644 (file)
@@ -94,7 +94,6 @@ public:
 private:
        static const Buffer *&binding(BufferType);
        static bool set_current(BufferType, const Buffer *);
-       static void restore(const Buffer *, BufferType);
 };