From 2a09ccbd63cd06a2f5ba3a9e21d6d5a11f3c2980 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 16 May 2016 11:50:44 +0100 Subject: Remove vestiges of logging Remove the (now non-functional) declarations of olm_set_log_level in the C and js wrappers. --- include/olm/olm.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/olm/olm.hh b/include/olm/olm.hh index ffecb10..51d5c04 100644 --- a/include/olm/olm.hh +++ b/include/olm/olm.hh @@ -415,13 +415,6 @@ size_t olm_ed25519_verify( void * signature, size_t signature_length ); -/** - * Set the log level. By default, 1, which logs only FATAL messages. - */ -void olm_set_log_level( - unsigned int level -); - #ifdef __cplusplus } #endif -- cgit v1.2.3