diff options
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r-- | src/stream/Config.lb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 46c2dc7f08..b146c0451e 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,4 +1,3 @@ -uses CONFIG_COMPRESSED_ROM_STREAM uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM uses CONFIG_FS_STREAM @@ -8,10 +7,6 @@ if CONFIG_ROM_STREAM object rom_stream.o end -if CONFIG_COMPRESSED_ROM_STREAM - object zrom_stream.o -end - if CONFIG_IDE_STREAM default CONFIG_IDE=1 object ide_stream.o |