Remove unused variable

This commit is contained in:
twinaphex 2016-05-16 13:02:35 +02:00
parent 3ea4f494d7
commit 9846aeb53a

View File

@ -66,8 +66,6 @@ bool rarch_task_push_content_load_default(
retro_task_callback_t cb, void *user_data)
{
bool load_content = false;
enum event_command cmd = CMD_EVENT_NONE;
switch (type)
{