From c98ef488600a83402a4f1f7875d9ae8fdb4c30b3 Mon Sep 17 00:00:00 2001
From: twinaphex <libretro@gmail.com>
Date: Mon, 5 Dec 2016 07:08:34 +0100
Subject: [PATCH] (runloop.c) Get rid of 'default' case for switch

---
 runloop.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runloop.c b/runloop.c
index c7c005f73d..84541bd5d0 100644
--- a/runloop.c
+++ b/runloop.c
@@ -1233,7 +1233,6 @@ int runloop_iterate(unsigned *sleep_ms)
          return 0;
       case RUNLOOP_STATE_ITERATE:
       case RUNLOOP_STATE_NONE:
-      default:
          break;
    }