From 2d7164b54fbec5aa7043dfa34be7711e6a2622f0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Jun 2019 15:13:01 +0200 Subject: [PATCH] Should fix C89_BUILD --- retroarch.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/retroarch.h b/retroarch.h index 1cafc49207..e6164c7532 100644 --- a/retroarch.h +++ b/retroarch.h @@ -1997,11 +1997,6 @@ bool bsv_movie_check(void); /* Location */ -enum rarch_location_ctl_state -{ - RARCH_LOCATION_CTL_NONE = 0, -}; - typedef struct location_driver { void *(*init)(void);