| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index 28d16b71c74f6c08a680540416b5a08662582138..de062dd8aad96e324f166e90eff92aea55e41c2e 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -20,9 +20,6 @@ const int kPanelHorizMargin = 13;
|
| // Top or bottom margin.
|
| const int kPanelVertMargin = 13;
|
|
|
| -// If some UI has some sub UI. Indent horizontally by the following value.
|
| -const int kPanelHorizIndentation = 24;
|
| -
|
| // When several controls are aligned vertically, the baseline should be spaced
|
| // by the following number of pixels.
|
| const int kPanelVerticalSpacing = 32;
|
|
|