diff --git a/Makefile.common b/Makefile.common index 31e61bf99f..cdb17952b4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -205,7 +205,6 @@ OBJ += frontend/frontend.o \ file_path_special.o \ file_path_str.o \ $(LIBRETRO_COMM_DIR)/hash/rhash.o \ - audio/audio_driver.o \ $(LIBRETRO_COMM_DIR)/audio/audio_mixer.o \ input/common/input_hid_common.o \ input/input_driver.o \ diff --git a/audio/audio_driver.c b/audio/audio_driver.c deleted file mode 100644 index f432dd1e16..0000000000 --- a/audio/audio_driver.c +++ /dev/null @@ -1,1861 +0,0 @@ -/* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2014 - Hans-Kristian Arntzen - * Copyright (C) 2011-2017 - Daniel De Matteis - * - * 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