aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/src/Errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/src/Errors.js')
-rw-r--r--lang/js/src/Errors.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/js/src/Errors.js b/lang/js/src/Errors.js
index b71004a5..bfe3a2f4 100644
--- a/lang/js/src/Errors.js
+++ b/lang/js/src/Errors.js
@@ -80,14 +80,6 @@ const err_list = {
msg: 'An parameter was set that has no effect in gpgmejs',
type: 'warning'
},
- 'NOT_IMPLEMENTED': {
- msg: 'A openpgpjs parameter was submitted that is not implemented',
- type: 'error'
- },
- 'NOT_YET_IMPLEMENTED': {
- msg: 'Support of this is probable, but it is not implemented yet',
- type: 'error'
- },
'GENERIC_ERROR': {
msg: 'Unspecified error',
type: 'error'