From e7d25dd2d766abd30ff65deb654119b38b2a7ffc Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 24 Jun 2011 18:34:01 +0000 Subject: [PATCH] Remove unimplemented functions git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12751 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Swig/swig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Swig/swig.h b/Source/Swig/swig.h index c5b1a7ce3..fcb79c142 100644 --- a/Source/Swig/swig.h +++ b/Source/Swig/swig.h @@ -179,9 +179,6 @@ extern "C" { extern SwigType *SwigType_remove_global_scope_prefix(const SwigType *t); extern SwigType *SwigType_alttype(const SwigType *t, int ltmap); - extern void SwigType_template_defargs(Parm *parms, Parm *targs, Symtab *tscope, Symtab *tsdecl); - extern SwigType *SwigType_template_deftype(const SwigType *type, Symtab *tscope); - /* --- Type-system managment --- */ extern void SwigType_typesystem_init(void); extern int SwigType_typedef(const SwigType *type, const_String_or_char_ptr name);