[clib] Remove wrapper for deprecated 'showErrors' function

This commit is contained in:
Ray Speth 2016-11-06 00:07:50 -04:00
parent 9c44db371a
commit 8b9499160a
2 changed files with 0 additions and 11 deletions

View file

@ -153,7 +153,6 @@ extern "C" {
const double* state2, double delta, double* fluxes);
CANTERA_CAPI int getCanteraError(int buflen, char* buf);
CANTERA_CAPI int showCanteraErrors();
CANTERA_CAPI int setLogWriter(void* logger);
CANTERA_CAPI int addCanteraDirectory(size_t buflen, const char* buf);
CANTERA_CAPI int ct_getDataDirectories(int buflen, char* buf, const char* sep);

View file

@ -1400,16 +1400,6 @@ extern "C" {
}
}
int showCanteraErrors()
{
try {
showErrors();
return 0;
} catch (...) {
return handleAllExceptions(-1, ERR);
}
}
int addCanteraDirectory(size_t buflen, const char* buf)
{
try {