diff --git a/basis/images/pbm/pbm.factor b/basis/images/pbm/pbm.factor index 7db7ccedc6..9b8c7c11f9 100644 --- a/basis/images/pbm/pbm.factor +++ b/basis/images/pbm/pbm.factor @@ -58,8 +58,6 @@ SINGLETON: pbm-image read-token :> type read-number :> width read-number :> height - width height * :> npixels - width 8 mod :> leftover type { { "P1" [ [ [ read-ascii-bits ] ignore-errors ] B{ } make ] }