diff options
author | hpa <hpa> | 2003-08-22 22:31:47 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-08-22 22:31:47 +0000 |
commit | 48946baf218641fa32e83a8e8ea6493f81d3b1c4 (patch) | |
tree | ccb61345e6999bebd7ee0001d9d9493d869a99a6 /ppmtolss16 | |
parent | 3eefa62deca69b771759cd38783ea3384ec4f946 (diff) | |
download | syslinux-48946baf218641fa32e83a8e8ea6493f81d3b1c4.tar.gz |
We didn't need IO::Handle after all
Diffstat (limited to 'ppmtolss16')
-rwxr-xr-x | ppmtolss16 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -43,9 +43,6 @@ ## the color #rrggbb (hex) should be assigned index i (decimal) ## - -use IO::Handle; - eval { use bytes; }; eval { binmode STDIN; }; eval { binmode STDOUT; }; |