]> git.sesse.net Git - movit/blobdiff - resource_pool.h
Remove obsolete comment.
[movit] / resource_pool.h
index ea56d0184fd6f1a49d4238034d526acfd3672185..14c75e22797386c09a0f796d7db53d936a600ea3 100644 (file)
@@ -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);