X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fframebuffer.h;h=0b9af1efd167e47addd3572eff9db4e80b87d3e1;hb=d4b030f46c3a643e813cf31e3faa2b4f3662a160;hp=18e48f2022b6b1197129a6de6c57ee8a37cf38b3;hpb=160e9eea29bd10034733d59507fa1bcca36be401;p=libs%2Fgl.git diff --git a/source/core/framebuffer.h b/source/core/framebuffer.h index 18e48f20..0b9af1ef 100644 --- a/source/core/framebuffer.h +++ b/source/core/framebuffer.h @@ -68,10 +68,6 @@ public: /** Creates a framebuffer and sets its format. */ Framebuffer(const FrameFormat &); -private: - void init(); - -public: /** Sets the format of the framebuffer. Once the format is set, it can't be changed. */ void set_format(const FrameFormat &);