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

Unified Diff: Source/WebCore/platform/NotImplemented.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/platform/MIMETypeRegistry.cpp ('k') | Source/WebCore/platform/Pasteboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/NotImplemented.h
diff --git a/Source/WebCore/platform/NotImplemented.h b/Source/WebCore/platform/NotImplemented.h
index 7a264b4836215b589f06808d2cf66ce3cb924332..4f8fb4b4f30d016b69f47ff9e0c73361427f37dc 100644
--- a/Source/WebCore/platform/NotImplemented.h
+++ b/Source/WebCore/platform/NotImplemented.h
@@ -28,15 +28,6 @@
#include <wtf/Assertions.h>
-#if PLATFORM(GTK)
- #define supressNotImplementedWarning() getenv("DISABLE_NI_WARNING")
-#elif PLATFORM(QT)
- #include <QByteArray>
- #define supressNotImplementedWarning() !qgetenv("DISABLE_NI_WARNING").isEmpty()
-#else
- #define supressNotImplementedWarning() false
-#endif
-
#if LOG_DISABLED
#define notImplemented() ((void)0)
#else
« no previous file with comments | « Source/WebCore/platform/MIMETypeRegistry.cpp ('k') | Source/WebCore/platform/Pasteboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698