Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mstr2 committed Oct 17, 2024
1 parent d2c347a commit e4a929e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ yield new ImageFrame(
case TYPE_USHORT_565_RGB -> "TYPE_USHORT_565_RGB";
case TYPE_USHORT_555_RGB -> "TYPE_USHORT_555_RGB";
case TYPE_USHORT_GRAY -> "TYPE_USHORT_GRAY";
case TYPE_BYTE_BINARY -> "TYPE_BYTE_BINARY";
case TYPE_BYTE_INDEXED -> "TYPE_BYTE_INDEXED";
default -> Integer.toString(image.getType());
});
};
Expand Down

0 comments on commit e4a929e

Please sign in to comment.