]> git.tdb.fi Git - libs/gl.git/blobdiff - source/renderbuffer.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / renderbuffer.h
index 751374bd4a4258f70ca9afa74d1e16bf543b49a3..afc6ed204298a7bbcfe02d6c95a87af83c6a1bba 100644 (file)
@@ -31,10 +31,6 @@ public:
        unsigned get_width() const { return width; }
        unsigned get_height() const { return height; }
 
-private:
-       static PixelFormat normalize_format(PixelFormat);
-
-public:
        /** Allocates storage for the renderbuffer. */
        void storage(PixelFormat fmt, unsigned wd, unsigned ht);