[Commits] [SCM] claws branch, master, updated. 3.17.3-6-g2db0c5e

ticho at claws-mail.org ticho at claws-mail.org
Sat Dec 29 14:02:32 CET 2018


The branch, master has been updated
       via  2db0c5ebe5b6958c196838a483b490a881e9264b (commit)
      from  11e876ad4a159cd66864b3c17c2c23c4104d08cc (commit)

Summary of changes:
 src/common/codeconv.h |    6 ------
 1 file changed, 6 deletions(-)


- Log -----------------------------------------------------------------
commit 2db0c5ebe5b6958c196838a483b490a881e9264b
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Dec 29 14:01:56 2018 +0100

    Remove an unused enum which was committed by mistake

diff --git a/src/common/codeconv.h b/src/common/codeconv.h
index 862d303..61c3a06 100644
--- a/src/common/codeconv.h
+++ b/src/common/codeconv.h
@@ -178,12 +178,6 @@ struct _CodeConverter
 #define C_INTERNAL		C_UTF_8
 #define CS_INTERNAL		CS_UTF_8
 
-typedef enum {
-	CODECONV_NOSPACE = -2,
-	CODECONV_FAIL = -1,
-	CODECONV_OK   = 0
-} CodeconvResult;
-
 void conv_utf8todisp	(gchar *outbuf, gint outlen, const gchar *inbuf);
 void conv_localetodisp	(gchar *outbuf, gint outlen, const gchar *inbuf);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list