| Index: sky/engine/core/editing/FrameSelection.h
|
| diff --git a/sky/engine/core/editing/FrameSelection.h b/sky/engine/core/editing/FrameSelection.h
|
| index 100599ccef0b35b14ec3f347aa1be32bbe02badd..4e8d1d233a38ceec92429fab0f57bafaaeb168ba 100644
|
| --- a/sky/engine/core/editing/FrameSelection.h
|
| +++ b/sky/engine/core/editing/FrameSelection.h
|
| @@ -112,9 +112,6 @@ public:
|
| void clear();
|
| void prepareForDestruction();
|
|
|
| - // Call this after doing user-triggered selections to make it easy to delete the frame you entirely selected.
|
| - void selectFrameElementInParentIfFullySelected();
|
| -
|
| bool contains(const LayoutPoint&);
|
|
|
| SelectionType selectionType() const { return m_selection.selectionType(); }
|
|
|