remove two unnecessary lines added in last commit

This commit is contained in:
Paul 2023-02-08 13:36:11 +00:00
parent fbc0627c83
commit 8d176a20c6
1 changed files with 0 additions and 2 deletions

View File

@ -1930,7 +1930,6 @@ static GPtrArray *textview_scan_header(TextView *textview, FILE *fp)
sorted_headers = g_ptr_array_new();
for (i = 0; i < headers->len; i++) {
header = g_ptr_array_index(headers, i);
unfold_line(header->body);
if (!procheader_header_is_internal(header->name))
g_ptr_array_add(sorted_headers, header);
else
@ -1957,7 +1956,6 @@ static GPtrArray *textview_scan_header(TextView *textview, FILE *fp)
for (i = 0; i < headers->len; i++) {
header = g_ptr_array_index(headers, i);
unfold_line(header->body);
if (procheader_headername_equal(header->name,
dp->name)) {
if (dp->hidden)