# HG changeset patch # User diego # Date 1276515667 0 # Node ID f1faf735c2c7249d157772141bc116c5c18199f4 # Parent 996166ae509dd1b5cc145bdf0b0aceb98deddcdb Remove unnecessary get_path() declaration. diff -r 996166ae509d -r f1faf735c2c7 loader/qtx/qtxload.c --- 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);