summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sofort_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-10-25 23:44:29 -0400
committermidipix <writeonce@midipix.org>2016-10-25 23:44:29 -0400
commit3be86d2cc36db6b3fea94a35c1c61fca8c087aff (patch)
tree196094a6351aabffb308ba8300368d8da36aeb43 /src/internal/sofort_driver_impl.h
parent1626010f3e7f8e00daeec49aac9bc940ace46b12 (diff)
downloadsofort-3be86d2cc36db6b3fea94a35c1c61fca8c087aff.tar.bz2
sofort-3be86d2cc36db6b3fea94a35c1c61fca8c087aff.tar.xz
struct sfrt_unit_ctx: removed cctx (pass pointer to driver context instead).
Diffstat (limited to 'src/internal/sofort_driver_impl.h')
-rw-r--r--src/internal/sofort_driver_impl.h1
1 files changed, 0 insertions, 1 deletions
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;
};