From 3be86d2cc36db6b3fea94a35c1c61fca8c087aff Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 25 Oct 2016 23:44:29 -0400 Subject: struct sfrt_unit_ctx: removed cctx (pass pointer to driver context instead). --- include/sofort/sofort.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index 14ad405..1397faf 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -106,7 +106,6 @@ struct sfrt_driver_ctx { struct sfrt_unit_ctx { const char * const * path; const struct sfrt_input * map; - const struct sfrt_common_ctx * cctx; void * any; int status; int nerrors; -- cgit v1.2.3