elm cnp windows - remove unused vars

This commit is contained in:
Carsten Haitzler 2016-07-26 16:49:03 +09:00
parent b3d40d393e
commit 4b145afcfe
1 changed files with 0 additions and 1 deletions

View File

@ -4557,7 +4557,6 @@ _win32_text_n_to_rn(char *intext)
static char *
_win32_text_rn_to_n(char *intext)
{
size_t size = 0, newlines = 0;
char *outtext = NULL, *p, *o;
if (!intext) return NULL;