old_set_words not needed

This commit is contained in:
Neil 2022-12-30 15:01:32 -08:00
parent 3da15791d6
commit ef7cc85306
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,6 @@ static int scan(union date32 date, const char *const buffer,
continue;
}
<book> engage => skip {
const size_t old_set_words = kj->words.set;
char citestr[12];
if(!chapter || !verse) { why = "missing information"; goto catch; }
if(verse_end && verse_end <= verse)
@ -212,7 +211,8 @@ int main(void) {
"set key top left\n"
"set grid\n"
"unset border\n"
"plot $Data using 1:($3)*100/%zu with steps lw 2 title \"set\", \\\n"
"#set style fill solid 0.1 #pattern 5 (better, but restarts)\n"
"plot $Data using 1:($3)*100/%zu with fillsteps lw 2 title \"set\", \\\n"
"$Data using 1:($4)*100/%zu with steps lw 1 title \"cumulative\"\n",
kj.words.total, kj.words.total);
goto finally;