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

Unified Diff: Source/core/style/QuotesData.cpp

Issue 1210073004: Remove some unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/core/style/QuotesData.h ('k') | Source/core/style/ShadowList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/QuotesData.cpp
diff --git a/Source/core/style/QuotesData.cpp b/Source/core/style/QuotesData.cpp
index a48aa1b8fd6b35560e162c062effdd60ea5f4b23..eccf33cc8e2f67cc635640c5233c1a4b685649b4 100644
--- a/Source/core/style/QuotesData.cpp
+++ b/Source/core/style/QuotesData.cpp
@@ -24,13 +24,6 @@
namespace blink {
-PassRefPtr<QuotesData> QuotesData::create(String open, String close)
-{
- RefPtr<QuotesData> data = QuotesData::create();
- data->addPair(std::make_pair(open, close));
- return data;
-}
-
PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2)
{
RefPtr<QuotesData> data = QuotesData::create();
« no previous file with comments | « Source/core/style/QuotesData.h ('k') | Source/core/style/ShadowList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698