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). --- src/internal/sofort_driver_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/internal/sofort_driver_impl.h') diff --git a/src/internal/sofort_driver_impl.h b/src/internal/sofort_driver_impl.h index 1322aac..d6d2e44 100644 --- a/src/internal/sofort_driver_impl.h +++ b/src/internal/sofort_driver_impl.h @@ -31,7 +31,6 @@ struct sfrt_driver_ctx_impl { struct sfrt_unit_ctx_impl { const char * path; struct sfrt_input map; - struct sfrt_common_ctx cctx; struct sfrt_unit_ctx uctx; }; -- cgit v1.2.3