Index: Source/WebCore/platform/LocalizedStrings.cpp |
diff --git a/Source/WebCore/platform/LocalizedStrings.cpp b/Source/WebCore/platform/LocalizedStrings.cpp |
index 267bdba2a6a60d86ad82e93a4be16d9dddbee78c..b8d4eea8477b7cfb0ba5f27a9e4e5e516b5f6825 100644 |
--- a/Source/WebCore/platform/LocalizedStrings.cpp |
+++ b/Source/WebCore/platform/LocalizedStrings.cpp |
@@ -212,14 +212,6 @@ String contextMenuItemTagPaste() |
return WEB_UI_STRING("Paste", "Paste context menu item"); |
} |
-#if PLATFORM(QT) |
-String contextMenuItemTagSelectAll() |
-{ |
- notImplemented(); |
- return "Select All"; |
-} |
-#endif |
- |
String contextMenuItemTagNoGuessesFound() |
{ |
return WEB_UI_STRING("No Guesses Found", "No Guesses Found context menu item"); |