Remove broken and unused format to add an indent function to a line.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4982 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2009-01-13 18:31:31 +00:00 committed by exg
commit fd6bd4d829
5 changed files with 0 additions and 75 deletions

View file

@ -138,8 +138,6 @@ static void text_chunk_line_free(TEXT_BUFFER_REC *buffer, LINE_REC *line)
break;
text = tmp-1;
} else if (cmd == LINE_CMD_INDENT_FUNC) {
text += sizeof(int (*) ());
}
}
}
@ -446,9 +444,6 @@ void textbuffer_line2text(LINE_REC *line, int coloring, GString *str)
g_string_sprintfa(str, "\004%c",
FORMAT_STYLE_INDENT);
break;
case LINE_CMD_INDENT_FUNC:
ptr += sizeof(void *);
break;
}
}
}