removed ehance saturate method as enhance.reset(desaturate) has the same effect.

This commit is contained in:
Bala Clark 2010-07-15 12:14:47 +00:00
parent f9d77a41f2
commit d2a0fc737a

View file

@ -360,14 +360,6 @@ function ComicBook(id, srcs, opts) {
init();
},
/**
* Undo desaturate
*/
saturate: function () {
delete enhancements.desaturate;
ComicBook.prototype.drawPage();
},
/**
* Sharpen
*