changeset 31343:f1faf735c2c7

Remove unnecessary get_path() declaration.
author diego
date Mon, 14 Jun 2010 11:41:07 +0000
parents 996166ae509d
children 5d0b3552ea01
files loader/qtx/qtxload.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/qtxload.c	Mon Jun 14 11:39:22 2010 +0000
+++ b/loader/qtx/qtxload.c	Mon Jun 14 11:41:07 2010 +0000
@@ -25,8 +25,6 @@
 #include "loader/ldt_keeper.h"
 #include "mp_msg.h"
 
-char *get_path(const char* x){  return strdup(x);}
-
 void* LoadLibraryA(char* name);
 void* GetProcAddress(void* handle,char* func);