changeset 30911:4790fe65b11a

loader: Remove commented-out extra_ld_library_path cruft.
author diego
date Tue, 23 Mar 2010 20:24:14 +0000
parents dd0c440f3205
children f91ad62a2281
files loader/elfdll.c loader/wine/elfdll.h
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/loader/elfdll.c	Tue Mar 23 20:12:52 2010 +0000
+++ b/loader/elfdll.c	Tue Mar 23 20:24:14 2010 +0000
@@ -38,8 +38,6 @@
 void dump_exports(HMODULE hModule);
 /*---------------- END HACKS ---------------*/
 
-//char *extra_ld_library_path = "/usr/lib/win32";
-
 struct elfdll_image
 {
 	HMODULE		pe_module_start;
--- a/loader/wine/elfdll.h	Tue Mar 23 20:12:52 2010 +0000
+++ b/loader/wine/elfdll.h	Tue Mar 23 20:24:14 2010 +0000
@@ -9,6 +9,5 @@
 void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
 
 void *ELFDLL_dlopen(const char *libname, int flags);
-extern char *extra_ld_library_path;
 
 #endif /* MPLAYER_ELFDLL_H */