From 1325c9cd6140a55fab3bf402426ab223609f2c42 Mon Sep 17 00:00:00 2001 From: vididvidid Date: Wed, 1 Oct 2025 07:40:14 +0000 Subject: [PATCH] removed the comment i made in the code --- pdfio-file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdfio-file.c b/pdfio-file.c index f5d57a4..9e6a624 100644 --- a/pdfio-file.c +++ b/pdfio-file.c @@ -1528,8 +1528,6 @@ create_common( if (!filename || (fd < 0 && !output_cb)) return (NULL); - //if (!version) - //version = "2.0"; if (!error_cb) {