mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-10-08 19:55:04 +02:00
removed text[256] which is now being unused because we removed the snprintf
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user