From: Andre Noll Date: Sun, 8 Jan 2017 20:45:15 +0000 (+0100) Subject: Remove unused E_PUBLIC_KEY. X-Git-Tag: v0.6.0~14^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=12db646294a320f4afd813edece6d00c4f29248a;hp=-c Remove unused E_PUBLIC_KEY. This should have been done in commit d9f54f43, which removed the last user of this error code. --- 12db646294a320f4afd813edece6d00c4f29248a 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"), \