i965: Remove "There are probably better ways" comment. 39/7339/1
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jun 2013 23:07:40 +0000 (16:07 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Jul 2013 17:48:13 +0000 (10:48 -0700)
There are always better ways to do things.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/intel_screen.c

index ffcb6ec..252d356 100644 (file)
@@ -897,11 +897,6 @@ intelDestroyBuffer(__DRIdrawable * driDrawPriv)
     _mesa_reference_framebuffer(&fb, NULL);
 }
 
-/* There are probably better ways to do this, such as an
- * init-designated function to register chipids and createcontext
- * functions.
- */
-
 static GLboolean
 intelCreateContext(gl_api api,
                   const struct gl_config * mesaVis,