mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
Removed unused variable and not needed assignment in test program.
Found by Cppcheck.
This commit is contained in:
@@ -498,7 +498,6 @@ static int FIFO_Writer(void* _data)
|
||||
{
|
||||
WriterData *data = (WriterData *)_data;
|
||||
SDL_EventQueue *queue = data->queue;
|
||||
int index = data->index;
|
||||
int i;
|
||||
SDL_Event event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user