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 */