From: Steinar H. Gunderson Date: Fri, 21 Mar 2014 22:42:08 +0000 (+0100) Subject: Remove obsolete comment. X-Git-Tag: 1.1~28 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=225e1801e8bf2c76dae85753bf4bf406acad6d74;hp=421c5782e5eb34d3f9e05295b212b3bb859e9d08 Remove obsolete comment. --- diff --git a/resource_pool.h b/resource_pool.h index ea56d01..14c75e2 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -56,8 +56,6 @@ public: // or fetch a previous used if possible. Unbinds GL_TEXTURE_2D afterwards. // Keeps ownership of the texture; you must call release_2d_texture() instead // of deleting it when you no longer want it. - // - // Note: Currently we do not actually have a freelist, but this will change soon. GLuint create_2d_texture(GLint internal_format, GLsizei width, GLsizei height); void release_2d_texture(GLuint texture_num);