From 1298dbdf013ef055fc2bb66fb3947441b7afc222 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Sep 2013 19:42:19 +0200 Subject: osdep/path: remove ifdefs They're not really needed, so kill them. --- osdep/path.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'osdep') diff --git a/osdep/path.h b/osdep/path.h index 0a5091bc3d..6ad4ebad8a 100644 --- a/osdep/path.h +++ b/osdep/path.h @@ -1,15 +1,9 @@ #ifndef OSDEP_PATH_H #define OSDEP_PATH_H -#include "config.h" - -#ifdef _WIN32 char *mp_get_win_config_path(const char *filename); -#endif -#ifdef CONFIG_COCOA // Returns absolute path of a resource file in a Mac OS X application bundle. char *mp_get_macosx_bundled_path(const char *filename); -#endif #endif -- cgit v1.2.3