diff options
author | Pale Moon <git-repo@palemoon.org> | 2017-01-02 17:15:45 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2017-01-02 17:15:45 +0100 |
commit | fe4797de943f1f9350a332e4baa8b181b5062f7b (patch) | |
tree | 1f6758fd50b2ee977655c00d5a37277ecf2375f6 /xpcom/base/ErrorList.h | |
parent | c2e68c5c2591116dbd0e7da0aadf9f27dd910dc7 (diff) | |
download | palemoon-gre-fe4797de943f1f9350a332e4baa8b181b5062f7b.tar.gz |
Remove Windows Metro/WinRT code.
Diffstat (limited to 'xpcom/base/ErrorList.h')
-rw-r--r-- | xpcom/base/ErrorList.h | 1 |
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)), |