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

Unified Diff: Source/WebCore/page/Settings.h

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/page/EventHandler.cpp ('k') | Source/WebCore/page/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Settings.h
diff --git a/Source/WebCore/page/Settings.h b/Source/WebCore/page/Settings.h
index 575f23e99d9ea1727429f01f36cba7428ed6606f..d48a36a5836b67614e338ac616bcf8fa83aa64db 100644
--- a/Source/WebCore/page/Settings.h
+++ b/Source/WebCore/page/Settings.h
@@ -226,11 +226,6 @@ namespace WebCore {
static bool isAVFoundationEnabled() { return gAVFoundationEnabled; }
#endif
-#if PLATFORM(MAC) || (PLATFORM(QT) && USE(QTKIT))
- static void setQTKitEnabled(bool flag);
- static bool isQTKitEnabled() { return gQTKitEnabled; }
-#endif
-
static const unsigned defaultMaximumHTMLParserDOMTreeDepth = 512;
#if USE(SAFARI_THEME)
« no previous file with comments | « Source/WebCore/page/EventHandler.cpp ('k') | Source/WebCore/page/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698