summaryrefslogtreecommitdiff
path: root/xpcom/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2015-02-04 13:30:43 -0500
committerPale Moon <git-repo@palemoon.org>2015-02-04 19:42:16 +0100
commit97cf823ee21b09d84154a71b2b8a484a4ce598a0 (patch)
tree7c9f6319f0822ec1aa1c49b6651b92fde98d758c /xpcom/build
parenta5bd810ff5eb90533b46ca1cf5d60e1f75791231 (diff)
downloadpalemoon-gre-97cf823ee21b09d84154a71b2b8a484a4ce598a0.tar.gz
Completely remove CrashReporterURL from AppData modules "I am a designer who pretends to be a programmer" -Tobin
Diffstat (limited to 'xpcom/build')
-rw-r--r--xpcom/build/nsXREAppData.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xpcom/build/nsXREAppData.h b/xpcom/build/nsXREAppData.h
index 380332880..6eeede79d 100644
--- a/xpcom/build/nsXREAppData.h
+++ b/xpcom/build/nsXREAppData.h
@@ -128,9 +128,4 @@ struct nsXREAppData
*/
#define NS_XRE_ENABLE_EXTENSION_MANAGER (1 << 2)
-/**
- * Indicates whether or not to use Breakpad crash reporting.
- */
-#define NS_XRE_ENABLE_CRASH_REPORTER (1 << 3)
-
#endif // nsXREAppData_h