Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: Source/WebCore/platform/LocalizedStrings.cpp

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/LocalizedStrings.h ('k') | Source/WebCore/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « Source/WebCore/platform/LocalizedStrings.h ('k') | Source/WebCore/platform/MIMETypeRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698