Fixed build error.

This commit is contained in:
Branimir Karadžić 2016-09-29 21:33:40 -07:00
parent 202803cf3b
commit 43eb37b939
2 changed files with 0 additions and 8 deletions

View File

@ -5,8 +5,6 @@
#include "bgfx_p.h"
#if BGFX_CONFIG_RENDERER_GNM
namespace bgfx { namespace gnm
{
RendererContextI* rendererCreate()
@ -18,5 +16,3 @@ namespace bgfx { namespace gnm
{
}
} /* namespace gnm */ } // namespace bgfx
#endif // BGFX_CONFIG_RENDERER_GNM

View File

@ -5,8 +5,6 @@
#include "bgfx_p.h"
#if BGFX_CONFIG_RENDERER_VULKAN
namespace bgfx { namespace vk
{
RendererContextI* rendererCreate()
@ -18,5 +16,3 @@ namespace bgfx { namespace vk
{
}
} /* namespace vk */ } // namespace bgfx
#endif // BGFX_CONFIG_RENDERER_VULKAN