removed text[256] which is now being unused because we removed the snprintf

This commit is contained in:
vididvidid
2025-10-02 04:43:55 +00:00
parent c1ecf3a1ed
commit 98f6b90b53

View File

@@ -143,7 +143,6 @@ create_pdfa_test_file(
pdfio_obj_t *font; // Font object
pdfio_dict_t *page_dict; // Page dictionary
pdfio_stream_t *st; // Page content stream
char text[256]; // Text to write to page
bool error = false; // Error flag