From a6f5d8fb859e2836797467701a8073e7bdc2ccfb Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 14 Nov 2016 12:34:00 -0500 Subject: libary api: pre-alpha: code maintenance: removed struct pe_output_ctx. --- include/perk/perk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index ade6153..92d112a 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -112,12 +112,6 @@ struct pe_image_meta { struct pe_meta_sec_hdr * hidata; }; -struct pe_output_ctx { - const char ** attrs; - const char * header; - const char * footer; -}; - struct pe_linker_ctx { const char ** attrs; }; -- cgit v1.2.3