changeset 31342:996166ae509d

Remove unnecessary get_path() declaration.
author diego
date Mon, 14 Jun 2010 11:39:22 +0000
parents 51e187da29dd
children f1faf735c2c7
files loader/qtx/list.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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);