Mercurial > audlegacy-plugins
diff src/stdio/stdio.c @ 1210:9bfa9705addf trunk
Remove references to default_const hack.
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Thu, 05 Jul 2007 01:01:45 -0500 |
| parents | 594909468f53 |
| children | 01efa0e5b554 |
line wrap: on
line diff
--- a/src/stdio/stdio.c Thu Jul 05 00:58:09 2007 -0500 +++ b/src/stdio/stdio.c Thu Jul 05 01:01:45 2007 -0500 @@ -266,14 +266,12 @@ static void init(void) { - vfs_register_transport(&default_const); vfs_register_transport(&file_const); } static void cleanup(void) { #if 0 - vfs_unregister_transport(&default_const); vfs_unregister_transport(&file_const); #endif }
