diff --git a/js/BitmapData.js b/js/BitmapData.js index 356c326..fa993d9 100644 --- a/js/BitmapData.js +++ b/js/BitmapData.js @@ -15,7 +15,6 @@ var BlendMode = new function() { this.INVERT = "invert"; this.LAYER = "layer"; this.LIGHTEN = "lighten"; - this.HARDLIGHT = "hardlight"; this.MULTIPLY = "multiply"; this.NORMAL = "normal"; this.OVERLAY = "overlay";