summaryrefslogtreecommitdiff
path: root/xpcom/base/ErrorList.h
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-01-02 17:15:45 +0100
committerPale Moon <git-repo@palemoon.org>2017-01-02 17:15:45 +0100
commitfe4797de943f1f9350a332e4baa8b181b5062f7b (patch)
tree1f6758fd50b2ee977655c00d5a37277ecf2375f6 /xpcom/base/ErrorList.h
parentc2e68c5c2591116dbd0e7da0aadf9f27dd910dc7 (diff)
downloadpalemoon-gre-fe4797de943f1f9350a332e4baa8b181b5062f7b.tar.gz
Remove Windows Metro/WinRT code.
Diffstat (limited to 'xpcom/base/ErrorList.h')
-rw-r--r--xpcom/base/ErrorList.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xpcom/base/ErrorList.h b/xpcom/base/ErrorList.h
index 5eef3550c..8d16d6ac9 100644
--- a/xpcom/base/ErrorList.h
+++ b/xpcom/base/ErrorList.h
@@ -908,7 +908,6 @@
* the application should be restarted. This condition corresponds to the
* case in which nsIAppStartup::Quit was called with the eRestart flag. */
ERROR(NS_SUCCESS_RESTART_APP, SUCCESS(1)),
- ERROR(NS_SUCCESS_RESTART_METRO_APP, SUCCESS(2)),
ERROR(NS_SUCCESS_RESTART_APP_NOT_SAME_PROFILE, SUCCESS(3)),
ERROR(NS_SUCCESS_UNORM_NOTFOUND, SUCCESS(17)),