Remove checksum interface

This commit is contained in:
Tim Schaub
2016-01-04 21:58:03 -07:00
parent 2f1975636a
commit aeffd48ccb
5 changed files with 4 additions and 28 deletions
+1 -3
View File
@@ -1,7 +1,6 @@
goog.provide('ol.style.Fill');
goog.require('ol.color');
goog.require('ol.structs.IHasChecksum');
@@ -11,7 +10,6 @@ goog.require('ol.structs.IHasChecksum');
*
* @constructor
* @param {olx.style.FillOptions=} opt_options Options.
* @implements {ol.structs.IHasChecksum}
* @api
*/
ol.style.Fill = function(opt_options) {
@@ -55,7 +53,7 @@ ol.style.Fill.prototype.setColor = function(color) {
/**
* @inheritDoc
* @return {string} The checksum.
*/
ol.style.Fill.prototype.getChecksum = function() {
if (this.checksum_ === undefined) {