ext_external_objects: remove gl_cleanup done with atexit
Since commit 814046fe we might not have a context anymore when handler gets called. This commit removes manual cleanup of GL resources which will happen when context gets destroyed anyway.
Signed-off-by: Tapani Pälli tapani.palli@intel.com