Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1209:594909468f53 | 1210:9bfa9705addf |
|---|---|
| 264 stdio_vfs_fsize_impl | 264 stdio_vfs_fsize_impl |
| 265 }; | 265 }; |
| 266 | 266 |
| 267 static void init(void) | 267 static void init(void) |
| 268 { | 268 { |
| 269 vfs_register_transport(&default_const); | |
| 270 vfs_register_transport(&file_const); | 269 vfs_register_transport(&file_const); |
| 271 } | 270 } |
| 272 | 271 |
| 273 static void cleanup(void) | 272 static void cleanup(void) |
| 274 { | 273 { |
| 275 #if 0 | 274 #if 0 |
| 276 vfs_unregister_transport(&default_const); | |
| 277 vfs_unregister_transport(&file_const); | 275 vfs_unregister_transport(&file_const); |
| 278 #endif | 276 #endif |
| 279 } | 277 } |
| 280 | 278 |
| 281 DECLARE_PLUGIN(stdio, init, cleanup, NULL, NULL, NULL, NULL, NULL); | 279 DECLARE_PLUGIN(stdio, init, cleanup, NULL, NULL, NULL, NULL, NULL); |
