callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
379 stars 118 forks source link

optimize(android): Remove unused code in cropAndResize() #20

Closed guhungry closed 5 years ago

guhungry commented 5 years ago

In cropAndResize() there is code for read image dimension but the dimension have never been used. So I remove the code.

Note: There is no usage for options anywhere in the function.