diff --git a/examples/side-by-side.html b/examples/side-by-side.html
index 7f84a0bee8..bd9f7ebd33 100644
--- a/examples/side-by-side.html
+++ b/examples/side-by-side.html
@@ -26,11 +26,6 @@
|
|
-
- |
-
- |
-
diff --git a/examples/side-by-side.js b/examples/side-by-side.js
index 9196fc9bae..c696da15ab 100644
--- a/examples/side-by-side.js
+++ b/examples/side-by-side.js
@@ -4,7 +4,6 @@ goog.require('goog.debug.Logger.Level');
goog.require('ol.CoordinateFormat');
goog.require('ol.Map');
goog.require('ol.RendererHint');
-goog.require('ol.control.Attribution');
goog.require('ol.control.MousePosition');
goog.require('ol.interaction.Keyboard');
goog.require('ol.layer.TileLayer');
@@ -28,10 +27,6 @@ var domMap = new ol.Map(document.getElementById('domMap'), {
zoom: 0
});
-domMap.getControls().push(new ol.control.Attribution({
- target: document.getElementById('attribution')
-}));
-
domMap.getControls().push(new ol.control.MousePosition({
coordinateFormat: ol.CoordinateFormat.hdms,
projection: ol.Projection.getFromCode('EPSG:4326'),
diff --git a/examples/two-layers.html b/examples/two-layers.html
index 50c31b640b..cb5c5e323b 100644
--- a/examples/two-layers.html
+++ b/examples/two-layers.html
@@ -22,11 +22,6 @@
|
|
-
- |
-
- |
-