| Index: Source/devtools/front_end/common/Geometry.js
|
| diff --git a/Source/devtools/front_end/common/Geometry.js b/Source/devtools/front_end/common/Geometry.js
|
| index c548134a023bfa3d7b260324aed54300df01cc24..2948451662604a9ecef76e3d30b1c9691a2435e7 100644
|
| --- a/Source/devtools/front_end/common/Geometry.js
|
| +++ b/Source/devtools/front_end/common/Geometry.js
|
| @@ -30,12 +30,6 @@
|
|
|
| WebInspector.Geometry = {};
|
|
|
| -/** @typedef {!{top: number, left: number, width: number, height: number}} */
|
| -WebInspector.Geometry.Rect;
|
| -
|
| -/** @typedef {!{top: number, left: number}} */
|
| -WebInspector.Geometry.Insets;
|
| -
|
| /**
|
| * @type {number}
|
| */
|
|
|