From 304af2f39832346ea76f0689c913be418142e85d Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 22 Jul 2014 02:46:58 +0200 Subject: [PATCH] (Apple) Get rid of apple_export.h --- apple/common/RetroArch_Apple.h | 1 - apple/common/apple_export.h | 24 ------------------------ frontend/platform/platform_apple.c | 1 - 3 files changed, 26 deletions(-) delete mode 100644 apple/common/apple_export.h diff --git a/apple/common/RetroArch_Apple.h b/apple/common/RetroArch_Apple.h index a90042c73a..3e673b8481 100644 --- a/apple/common/RetroArch_Apple.h +++ b/apple/common/RetroArch_Apple.h @@ -22,7 +22,6 @@ #include "../../frontend/info/core_info.h" #include "../../settings_data.h" -#include "apple_export.h" #define GSEVENT_TYPE_KEYDOWN 10 #define GSEVENT_TYPE_KEYUP 11 diff --git a/apple/common/apple_export.h b/apple/common/apple_export.h deleted file mode 100644 index e7e6fd4f33..0000000000 --- a/apple/common/apple_export.h +++ /dev/null @@ -1,24 +0,0 @@ -/* RetroArch - A frontend for libretro. - * Copyright (C) 2013-2014 - Jason Fetters - * Copyright (C) 2011-2014 - 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 . - */ - -#ifndef __APPLE_EXPORT_H -#define __APPLE_EXPORT_H - -#include - -extern void apple_refresh_config(void); - -#endif diff --git a/frontend/platform/platform_apple.c b/frontend/platform/platform_apple.c index 3b1618e9d7..bfc85d81c8 100644 --- a/frontend/platform/platform_apple.c +++ b/frontend/platform/platform_apple.c @@ -15,7 +15,6 @@ */ #include "../menu/menu_common.h" -#include "../../apple/common/apple_export.h" #include "../../settings_data.h" #include "../frontend.h"