From 225e1801e8bf2c76dae85753bf4bf406acad6d74 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 21 Mar 2014 23:42:08 +0100 Subject: [PATCH 1/1] Remove obsolete comment. --- resource_pool.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2