summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-14 12:34:00 -0500
committermidipix <writeonce@midipix.org>2016-11-14 14:38:40 -0500
commita6f5d8fb859e2836797467701a8073e7bdc2ccfb (patch)
tree211b35967169898300f595ed06f4b0de2152f6dc /include/perk/perk.h
parent8645607b8b76d27fb18ff68a4a2c76e6b413f3cc (diff)
downloadperk-a6f5d8fb859e2836797467701a8073e7bdc2ccfb.tar.bz2
perk-a6f5d8fb859e2836797467701a8073e7bdc2ccfb.tar.xz
libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h6
1 files changed, 0 insertions, 6 deletions
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;
};