Removed unused stroke defaults for select intent

This commit is contained in:
Tim Schaub
2013-10-02 17:38:19 -06:00
parent bfa257eac1
commit 82e8da8df5

View File

@@ -202,17 +202,3 @@ ol.style.StrokeDefaults = {
width: 1.5,
zIndex: 0
};
/**
* @typedef {{color: string,
* opacity: number,
* width: number,
* zIndex: number}}
*/
ol.style.StrokeDefaultsSelect = {
color: '#696969',
opacity: 0.9,
width: 2.0,
zIndex: 0
};