Index: Source/core/editing/Editor.h |
diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
index a90e0dab2b57d90f4a5653dc8faa5aefdbe7f8b4..a897d32b3f9498a92e8cb3515cb0dc99d1c0a1c7 100644 |
--- a/Source/core/editing/Editor.h |
+++ b/Source/core/editing/Editor.h |
@@ -227,11 +227,6 @@ public: |
bool isOverwriteModeEnabled() const { return m_overwriteModeEnabled; } |
void toggleOverwriteModeEnabled() { m_overwriteModeEnabled = !m_overwriteModeEnabled; } |
-#if USE(APPKIT) |
- void uppercaseWord(); |
- void lowercaseWord(); |
- void capitalizeWord(); |
-#endif |
#if USE(AUTOMATIC_TEXT_REPLACEMENT) |
void showSubstitutionsPanel(); |
bool substitutionsPanelIsShowing(); |