r300: Removed the "texmicrotile" variable; the tiling code is disabled via a
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.c
index 4407f8c4b581d83937ce3f40f7d8be6a90d4da55..4ddf024468017104f9c0a84a39b00f4d2db41704 100644 (file)
@@ -200,8 +200,6 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
        r300->initialMaxAnisotropy = driQueryOptionf(&r300->radeon.optionCache,
                                                     "def_max_anisotropy");
 
-       //r300->texmicrotile = GL_TRUE;
-
        /* Init default driver functions then plug in our R300-specific functions
         * (the texture functions are especially important)
         */