From 12db646294a320f4afd813edece6d00c4f29248a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 8 Jan 2017 21:45:15 +0100 Subject: [PATCH] Remove unused E_PUBLIC_KEY. This should have been done in commit d9f54f43, which removed the last user of this error code. --- error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/error.h b/error.h index 899c574b..e6fa226a 100644 --- a/error.h +++ b/error.h @@ -189,7 +189,6 @@ PARA_ERROR(PLAY_SYNTAX, "para_play: syntax error"), \ PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \ PARA_ERROR(PRIVATE_KEY, "can not read private key"), \ - PARA_ERROR(PUBLIC_KEY, "can not read public key"), \ PARA_ERROR(QUEUE, "packet queue overrun"), \ PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \ PARA_ERROR(RECV_EOF, "end of file"), \ -- 2.30.2