Index: draw.h =================================================================== --- draw.h (revision 25489) +++ draw.h (revision 25490) @@ -178,10 +178,4 @@ #define PCB_DRAW_TERM_GFX_WIDTH (-3) -/* Normal expose: draw all layers with all flags (no .content is used) */ -void pcb_hid_expose_all(pcb_hid_t *hid, const pcb_hid_expose_ctx_t *region, pcb_xform_t *xform_caller); - -/* generic, dialog/callbakc based preview expose */ -void pcb_hid_expose_generic(pcb_hid_t *hid, const pcb_hid_expose_ctx_t *e); - #endif