Remove extra WMS subclasses.

This commit is contained in:
Tim Schaub
2011-11-08 22:45:13 -07:00
parent ab225e36b9
commit 7b6887c954
10 changed files with 164 additions and 201 deletions
-13
View File
@@ -445,19 +445,6 @@
}
// DEPRECATED -- REMOVE IN 3.0
function test_Layer_Untiled_WMS(t) {
t.plan(1);
var layer = new OpenLayers.Layer.WMS.Untiled();
var clone = layer.clone();
t.ok(clone.singleTile, "regression test: clone works. this is for #1013");
}
function test_Layer_WMS_destroy (t) {
t.plan( 1 );