From 31a4fc4d51903a68943777f7b1aa68a5b52233cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 21 Jun 2018 20:11:56 -0700 Subject: [PATCH] Cleanup. --- src/bgfx.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 369c7b8ee..56521684c 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -2950,19 +2950,6 @@ error: return false; } - bool init(RendererType::Enum _type, uint16_t _vendorId, uint16_t _deviceId, CallbackI* _callback, bx::AllocatorI* _allocator) - { - Init in; - - in.type = _type; - in.vendorId = _vendorId; - in.deviceId = _deviceId; - in.callback = _callback; - in.allocator = _allocator; - - return init(in); - } - void shutdown() { BX_TRACE("Shutdown...");