@ -279,7 +279,6 @@ void
tochr(Brush* b)
{
FILE* f = fopen("nasu-export.chr", "wb");
printf("CHR!!!\n");
if(!fwrite(chrbuf, sizeof(chrbuf), 1, f))
error("Save", "Invalid output file");
fclose(f);