Delete unused error

This commit is contained in:
Lailouezzz 2020-01-01 23:56:30 +01:00
parent 7c3ba247b9
commit d77f24cdda
Signed by: Lailouezzz
GPG Key ID: 03FCE8A99EF8482C
2 changed files with 2 additions and 4 deletions

View File

@ -63,8 +63,7 @@ typedef int casio_error_t;
# define casio_error_timeout 0x14 /* a timeout has occured. */
# define casio_error_access 0x15 /* could not access the device (perms) */
# define casio_error_noaccess 0x15 /* (alias) */
# define casio_error_eof 0x16 /* end of file error */
# define casio_error_ieof 0x17 /* info end of file error */
# define casio_error_eof 0x16 /* end of file */
/* Link errors. */

View File

@ -39,8 +39,7 @@ const char* CASIO_EXPORT casio_error_strings[128] = {
"a timeout has occurred",
"could not get access to the device",
"an end of file event has occured",
"an end of file event has occured but was manage",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,