| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index c80aa1c8696c373c8bd9dcdd4fb51e2e7a716fca..29dd8556e9524e9ad41b2112895f67bfad8582ee 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -114,12 +114,6 @@ public:
|
| TriState selectionOrderedListState() const;
|
| PassRefPtr<Node> insertOrderedList();
|
| PassRefPtr<Node> insertUnorderedList();
|
| - bool canIncreaseSelectionListLevel();
|
| - bool canDecreaseSelectionListLevel();
|
| - PassRefPtr<Node> increaseSelectionListLevel();
|
| - PassRefPtr<Node> increaseSelectionListLevelOrdered();
|
| - PassRefPtr<Node> increaseSelectionListLevelUnordered();
|
| - void decreaseSelectionListLevel();
|
|
|
| void removeFormattingAndStyle();
|
|
|
|
|