diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-28 16:14:58 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-28 16:14:58 +0200 |
commit | 0c9bd1463ea761b7ad4ad6339c063c81e1df25d7 (patch) | |
tree | 2e6a7904aa9f626d4364948116cf750a8bf5adc5 /caps | |
parent | d746582572a799c28e73acd47de18b6f607f5bc7 (diff) | |
download | aura-central-0c9bd1463ea761b7ad4ad6339c063c81e1df25d7.tar.gz |
Remove dead WebApps code.
Diffstat (limited to 'caps')
-rw-r--r-- | caps/nsScriptSecurityManager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/caps/nsScriptSecurityManager.cpp b/caps/nsScriptSecurityManager.cpp index 0277f771d..129a4d0da 100644 --- a/caps/nsScriptSecurityManager.cpp +++ b/caps/nsScriptSecurityManager.cpp @@ -68,9 +68,6 @@ #include "nsILoadInfo.h" #include "nsXPCOMStrings.h" -// This should be probably defined on some other place... but I couldn't find it -#define WEBAPPS_PERM_NAME "webapps-manage" - using namespace mozilla; using namespace mozilla::dom; |