Commit 6d89a7bc7106669be685f8353eb92919408321f3

Charlie Birks 2019-01-29T12:19:32

Emscripten: remove GLES_DeleteContext implementation It was calling glClear without a context. The issue it was trying to solve was actually that after destroying a window and creating a new one , the contents of the old window were preserved. This no longer happens since we resize the window to nothing on destroy.