| Index: sky/engine/core/editing/Editor.h
|
| diff --git a/sky/engine/core/editing/Editor.h b/sky/engine/core/editing/Editor.h
|
| index 9cb39436cc3278270cb328d1d69efb823c0cb08c..cd7dc03e90f7ef6189cc8229b6685ef16ef1fad4 100644
|
| --- a/sky/engine/core/editing/Editor.h
|
| +++ b/sky/engine/core/editing/Editor.h
|
| @@ -101,10 +101,6 @@ public:
|
|
|
| void respondToChangedContents(const VisibleSelection& endingSelection);
|
|
|
| - bool selectionStartHasStyle(CSSPropertyID, const String& value) const;
|
| - TriState selectionHasStyle(CSSPropertyID, const String& value) const;
|
| - String selectionStartCSSPropertyValue(CSSPropertyID);
|
| -
|
| void clearLastEditCommand();
|
|
|
| bool deleteWithDirection(SelectionDirection, TextGranularity, bool isTypingAction);
|
|
|