[client] removed useless/invalid define

This commit is contained in:
Geoffrey McRae 2017-10-31 17:04:59 +11:00
parent eb4bcc8814
commit 1c1d018db1

View File

@ -290,8 +290,6 @@ int renderThread(void * unused)
texture = NULL; texture = NULL;
} }
#define SDL_PIXELFORMAT_YUV444P SDL_PIXELTYPE_ARRAYU8 | SDL_ARRAYORDER_RGB
Uint32 sdlFormat; Uint32 sdlFormat;
switch(state.shm->frameType) switch(state.shm->frameType)
{ {