Remove unused E_PUBLIC_KEY.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Jan 2017 20:45:15 +0000 (21:45 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Jan 2017 20:45:15 +0000 (21:45 +0100)
This should have been done in commit d9f54f43, which removed the
last user of this error code.

error.h

diff --git a/error.h b/error.h
index 899c574b315cd9e8ee7356eb29c1828e1dd6ae04..e6fa226a9563e77dd375dbc8200c6bfa34a3887f 100644 (file)
--- a/error.h
+++ b/error.h
        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"), \