Remove IView3D

This commit is contained in:
Tim Schaub
2014-06-26 14:13:02 -04:00
parent efc3e3244a
commit c74f945817
5 changed files with 0 additions and 47 deletions

View File

@@ -64,16 +64,6 @@ ol.View.prototype.getView2D = function() {
};
/**
* @inheritDoc
*/
ol.View.prototype.getView3D = function() {
// FIXME for some reason, we can't use goog.abstractMethod here
goog.asserts.fail();
return null;
};
/**
* @inheritDoc
*/