diff loader/qtx/list.c @ 31342:996166ae509d

Remove unnecessary get_path() declaration.
author diego
date Mon, 14 Jun 2010 11:39:22 +0000
parents fee09b258e8a
children 5d0b3552ea01
line wrap: on
line diff
--- a/loader/qtx/list.c	Mon Jun 14 11:34:48 2010 +0000
+++ b/loader/qtx/list.c	Mon Jun 14 11:39:22 2010 +0000
@@ -27,7 +27,6 @@
 #include "qtxsdk/select.h"
 #include "loader/ldt_keeper.h"
 
-char* get_path(const char* x){  return strdup(x);}
 void* LoadLibraryA(char* name);
 void* GetProcAddress(void* handle,char* func);