diff --git a/Makefile.common b/Makefile.common index 5ff6c26661..4fefe7cc81 100644 --- a/Makefile.common +++ b/Makefile.common @@ -829,8 +829,7 @@ ifeq ($(HAVE_SHADERS_COMMON), 1) endif ifeq ($(HAVE_MENU_COMMON), 1) - OBJ += menu/menu_driver.o \ - menu/menu_setting.o \ + OBJ += menu/menu_setting.o \ menu/widgets/menu_filebrowser.o \ menu/widgets/menu_dialog.o \ menu/widgets/menu_input_bind_dialog.o \ diff --git a/griffin/griffin.c b/griffin/griffin.c index bd8c71b9b9..12dbb306cc 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -1286,7 +1286,6 @@ MENU #include "../input/input_osk.c" #ifdef HAVE_MENU -#include "../menu/menu_driver.c" #include "../menu/menu_setting.c" #include "../menu/menu_cbs.c" diff --git a/menu/menu_driver.c b/menu/menu_driver.c deleted file mode 100644 index fd3d499087..0000000000 --- a/menu/menu_driver.c +++ /dev/null @@ -1,3421 +0,0 @@ -/* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2014 - Hans-Kristian Arntzen - * Copyright (C) 2011-2017 - Daniel De Matteis - * Copyright (C) 2016-2019 - Brad Parker - * - * RetroArch is free software: you can redistribute it and/or modify it under the terms - * of the GNU General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with RetroArch. - * If not, see . - */ - -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include