r300g: Remove unused debug flag.

This commit is contained in:
Corbin Simpson
2009-10-21 22:54:52 -07:00
parent 40247d87d2
commit 5a653ada41
2 changed files with 2 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ static struct debug_option debug_options[] = {
{ "vp", DBG_VP, "Vertex program handling" },
{ "cs", DBG_CS, "Command submissions" },
{ "draw", DBG_DRAW, "Draw and emit" },
{ "surf", DBG_SURF, "Surface drawing" },
{ "tex", DBG_TEX, "Textures" },
{ "fall", DBG_FALL, "Fallbacks" },