From c62e7cf6c6a2c582bcf2d9e3b1377d8b095660e9 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 28 Jul 2018 16:14:58 +0200 Subject: [PATCH] Remove dead WebApps code. --- caps/nsScriptSecurityManager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/caps/nsScriptSecurityManager.cpp b/caps/nsScriptSecurityManager.cpp index 0277f771d7..129a4d0da9 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;