ah! that was silly. fix!

SVN revision: 9114
This commit is contained in:
Carsten Haitzler 2004-02-26 04:27:08 +00:00
parent ef1b948ddf
commit b9abeaa431
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ evas_gl_common_context_new(void)
gc->change.clip = 1;
gc->change.buf = 1;
gc->change.other = 1;
_evas_gl_common_context = gc;
return gc;
}