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...");