Chromium Code Reviews| Index: Source/core/editing/Editor.h |
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
| index aa1e72c87da4ecfc57a20244f869e0a6c5baddfa..72d5ff460ae26b0549f6fa5bd2399fa817ec3f61 100644 |
| --- a/Source/core/editing/Editor.h |
| +++ b/Source/core/editing/Editor.h |
| @@ -100,8 +100,6 @@ public: |
| static void countEvent(ExecutionContext*, const Event*); |
| void copyImage(const HitTestResult&); |
| - void indent(); |
| - void outdent(); |
| void transpose(); |
| bool shouldDeleteRange(Range*) const; |