Mercurial > audlegacy-plugins
changeset 1209:594909468f53 trunk
Remove fallback non-URI support hack for 1.3, it should not be in 1.4.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Thu, 05 Jul 2007 00:58:09 -0500 |
parents | c1dcc9d38f98 |
children | 9bfa9705addf |
files | src/stdio/stdio.c |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/stdio/stdio.c Wed Jul 04 23:27:27 2007 -0500 +++ b/src/stdio/stdio.c Thu Jul 05 00:58:09 2007 -0500 @@ -264,22 +264,6 @@ stdio_vfs_fsize_impl }; -VFSConstructor default_const = { - "/", - stdio_vfs_fopen_impl, - stdio_vfs_fclose_impl, - stdio_vfs_fread_impl, - stdio_vfs_fwrite_impl, - stdio_vfs_getc_impl, - stdio_vfs_ungetc_impl, - stdio_vfs_fseek_impl, - stdio_vfs_rewind_impl, - stdio_vfs_ftell_impl, - stdio_vfs_feof_impl, - stdio_vfs_truncate_impl, - stdio_vfs_fsize_impl -}; - static void init(void) { vfs_register_transport(&default_const);