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

View File

@@ -1,16 +0,0 @@
goog.provide('ol.structs.IHasChecksum');
/**
* @interface
*/
ol.structs.IHasChecksum = function() {
};
/**
* @return {string} The checksum.
*/
ol.structs.IHasChecksum.prototype.getChecksum = function() {
};