This commit is contained in:
bkaradzic 2013-08-16 22:29:55 -07:00
parent 752fa73cec
commit c8ac5690ba
2 changed files with 0 additions and 2 deletions

View File

@ -209,7 +209,6 @@ struct CmdContext
ConsoleFn m_fn;
void* m_userData;
};
typedef std::unordered_map<uint32_t, Func> CmdLookup;
CmdLookup m_lookup;

View File

@ -10,7 +10,6 @@ namespace bgfx
{
static void imageSwizzleBGRA8Ref(uint8_t* _rgbaData, uint32_t _width, uint32_t _height)
{
const uint32_t dstpitch = _width*4;
uint8_t* ptr = _rgbaData;
for (uint32_t xx = 0, num = _width*_height; xx < num; ++xx)