Remove no longer relevant comments.

This commit is contained in:
Unknown W. Brackets 2016-09-10 22:04:25 -07:00
parent 98b523ea2c
commit c5a83c02a6

View File

@ -47,7 +47,6 @@ void gl_restore() {
return;
}
// TODO: We should really do this when we get the context back, not during gl_lost...
ILOG("gl_restore() restoring %i items:", (int)holders->size());
for (size_t i = 0; i < holders->size(); i++) {
ILOG("gl_restore(%i / %i, %p, %08x)", (int)(i + 1), (int)holders->size(), (*holders)[i], *((uint32_t *)((*holders)[i])));
@ -65,7 +64,6 @@ void gl_lost() {
return;
}
// TODO: We should really do this when we get the context back, not during gl_lost...
ILOG("gl_lost() clearing %i items:", (int)holders->size());
for (size_t i = 0; i < holders->size(); i++) {
ILOG("gl_lost(%i / %i, %p, %08x)", (int)(i + 1), (int)holders->size(), (*holders)[i], *((uint32_t *)((*holders)[i])));