From: Fletcher T. Penney Date: Sat, 21 Jan 2017 02:44:30 +0000 (-0500) Subject: Merge branch 'feature/localization' into develop X-Git-Tag: 0.1.1a^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf69dcf51807af67a0e13ef7d1ad00161c715404;p=multimarkdown Merge branch 'feature/localization' into develop --- cf69dcf51807af67a0e13ef7d1ad00161c715404 diff --cc src/html.c index f35ae73,35b9cd7..b9904df --- a/src/html.c +++ b/src/html.c @@@ -116,8 -114,8 +114,6 @@@ void mmd_print_string_html(DString * ou void mmd_print_localized_char_html(DString * out, unsigned short type, scratch_pad * scratch) { - int language = 0; - // TODO: Is smart typography enabled? -- switch (type) { case DASH_N: print("–");