From 983b920137dc9139d0026e87821e241035a24b90 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 23 Mar 2010 20:24:14 +0000 Subject: loader: Remove commented-out extra_ld_library_path cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30953 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/elfdll.c | 2 -- loader/wine/elfdll.h | 1 - 2 files changed, 3 deletions(-) (limited to 'loader') diff --git a/loader/elfdll.c b/loader/elfdll.c index f6ac158107..057fa5b9c8 100644 --- a/loader/elfdll.c +++ b/loader/elfdll.c @@ -38,8 +38,6 @@ DWORD fixup_imports(WINE_MODREF *wm); void dump_exports(HMODULE hModule); /*---------------- END HACKS ---------------*/ -//char *extra_ld_library_path = "/usr/lib/win32"; - struct elfdll_image { HMODULE pe_module_start; diff --git a/loader/wine/elfdll.h b/loader/wine/elfdll.h index 82a6ea1f8d..e93ae10429 100644 --- a/loader/wine/elfdll.h +++ b/loader/wine/elfdll.h @@ -9,6 +9,5 @@ HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname); void ELFDLL_UnloadLibrary(WINE_MODREF *wm); void *ELFDLL_dlopen(const char *libname, int flags); -extern char *extra_ld_library_path; #endif /* MPLAYER_ELFDLL_H */ -- cgit v1.2.3