talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 623a8e1505a8cd04e178ebc46b5c17c81f5eebff
parent deaf6940f7b5cadf1d7f1b1cf763fc11be95fd5d
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Tue, 11 Sep 2018 17:48:57 +0200

Remove unused macro G_STRING_APPEND_ENCODED_URI.

Diffstat:
Msrc/main.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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[])