From 6f276251b94c54e182955c4e18fe50cb0287a584 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 9 Nov 2011 01:10:06 +0100 Subject: Eliminate unusused configuration options. While writing the brain dump about this add-on I found out that these options are not used any more. --- jsons/BugZappers_data-prototype.json | 2 -- jsons/Config_data.json | 2 -- jsons/Config_gnome.json | 2 -- jsons/Config_mozilla.json | 2 -- 4 files changed, 8 deletions(-) (limited to 'jsons') diff --git a/jsons/BugZappers_data-prototype.json b/jsons/BugZappers_data-prototype.json index 5fbf337..b0d94df 100644 --- a/jsons/BugZappers_data-prototype.json +++ b/jsons/BugZappers_data-prototype.json @@ -86,8 +86,6 @@ "addr":"gecko-bugs-nobody@fedoraproject.org" } ], - "queryButton":true, - "upstreamButton":false, "submitsLogging":false, "parseAbrtBacktraces":false, "newUpstreamBug":[ diff --git a/jsons/Config_data.json b/jsons/Config_data.json index f904091..740e1b4 100644 --- a/jsons/Config_data.json +++ b/jsons/Config_data.json @@ -99,8 +99,6 @@ "getEOL": "Thank you for your bug report.\nWe are sorry, but the Fedora Project no longer maintains this version of Fedora. Please upgrade to the latest version and reopen this bug against that version if this bug exists there.\nAs a result we are setting this bug to CLOSED:WONTFIX" }, "configData": { - "queryButton": true, - "upstreamButton": false, "parseAbrtBacktraces": true, "submitsLogging": false, "suspiciousComponents": [ diff --git a/jsons/Config_gnome.json b/jsons/Config_gnome.json index d3b8510..c837980 100644 --- a/jsons/Config_gnome.json +++ b/jsons/Config_gnome.json @@ -86,8 +86,6 @@ }, "commentStrings":null, "configData":{ - "queryButton":true, - "upstreamButton":false, "parseAbrtBacktraces":true, "submitsLogging":false, "suspiciousComponents":[ diff --git a/jsons/Config_mozilla.json b/jsons/Config_mozilla.json index 8545896..5a4dc77 100644 --- a/jsons/Config_mozilla.json +++ b/jsons/Config_mozilla.json @@ -73,8 +73,6 @@ "consoleLogStr": "Please enable calendar.debug.log and calendar.debug.log.verbose in the advanced config editor (Options > Advanced > General > Config Editor) and check your error console for messages." }, "configData": { - "queryButton": true, - "upstreamButton": false, "parseAbrtBacktraces": true, "verboseInlineHistory": true, "submitsLogging": false, -- cgit