[Commits] [SCM] claws branch, master, updated. 3.17.0-52-ga18aab1

ticho at claws-mail.org ticho at claws-mail.org
Tue Sep 11 17:49:10 CEST 2018


The branch, master has been updated
       via  a18aab16d768dbbd8aa506a959e293297a9c9c5e (commit)
      from  8361f2b0d6c7ffe9d36f263cfec0d7d099acba9e (commit)

Summary of changes:
 src/main.c |    8 --------
 1 file changed, 8 deletions(-)


- Log -----------------------------------------------------------------
commit a18aab16d768dbbd8aa506a959e293297a9c9c5e
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Sep 11 17:48:57 2018 +0200

    Remove unused macro G_STRING_APPEND_ENCODED_URI.

diff --git a/src/main.c b/src/main.c
index ce6de6a..398dadd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1764,13 +1764,6 @@ static void exit_claws(MainWindow *mainwin)
 	claws_done();
 }
 
-#define G_STRING_APPEND_ENCODED_URI(gstring,source)	\
-	{						\
-		gchar tmpbuf[BUFFSIZE];			\
-		encode_uri(tmpbuf, BUFFSIZE, (source));	\
-		g_string_append((gstring), tmpbuf);	\
-	}
-
 #define G_PRINT_EXIT(msg)	\
 	{			\
 		g_print(msg);	\
@@ -1841,7 +1834,6 @@ static GString * parse_cmd_compose_from_file(const gchar *fn)
 	return body;
 }
 
-#undef G_STRING_APPEND_ENCODED_URI
 #undef G_PRINT_EXIT
 
 static void parse_cmd_opt(int argc, char *argv[])

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list