Derp - ininite loop

This commit is contained in:
twinaphex 2015-11-24 01:36:27 +01:00
parent 6267c16be2
commit 009813a694

View File

@ -95,9 +95,6 @@ void gfx_ctx_set(const gfx_ctx_driver_t *ctx_driver)
void gfx_ctx_destroy(const gfx_ctx_driver_t *ctx_driver)
{
if (ctx_driver)
gfx_ctx_destroy(ctx_driver);
video_context = NULL;
}