From dd1c476f780ce6ca06e04d8ade6f832c6fb2262e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 1 Jun 2022 02:31:23 -0400 Subject: [PATCH] remove old comment --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index 4c2f803..2d3ff2b 100644 --- a/build.rs +++ b/build.rs @@ -105,8 +105,6 @@ fn main() { let mut file = BufWriter::new(File::create(&path).expect("Could not save compressed_data")); write!(&mut file, "{}", chars_array).expect("unable to write chars_array"); - // file.write_all(data_compressed.as_slice()) - // .expect("Failed to save compressed data"); } let fonts = FontDefinitions {