debug: remove the COGL_DEBUG=client-side-matrices option

Cogl only supports client side matrices so this debug option is no longer
useful.
This commit is contained in:
Robert Bragg
2009-11-24 18:24:07 +00:00
parent 16a09763ef
commit 32bc0f2088
2 changed files with 6 additions and 8 deletions

View File

@ -42,7 +42,6 @@ static const GDebugKey cogl_debug_keys[] = {
{ "handle", COGL_DEBUG_HANDLE },
{ "blend-strings", COGL_DEBUG_BLEND_STRINGS },
{ "disable-batching", COGL_DEBUG_DISABLE_BATCHING },
{ "client-side-matrices", COGL_DEBUG_FORCE_CLIENT_SIDE_MATRICES },
{ "disable-vbos", COGL_DEBUG_DISABLE_VBOS },
{ "journal", COGL_DEBUG_JOURNAL },
{ "batching", COGL_DEBUG_BATCHING },