From e80af14208bc82433e377c4615d93e0041c03407 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Aug 2018 02:17:40 -0400 Subject: library: removed sfrt_create_driver_ctx() [too much of a good thing]. --- 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 ff1fb60..61620bf 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -109,7 +109,6 @@ sfrt_api const struct sfrt_source_version * sfrt_source_version(void); /* driver api */ sfrt_api int sfrt_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct sfrt_driver_ctx **); -sfrt_api int sfrt_create_driver_ctx (const struct sfrt_common_ctx *, struct sfrt_driver_ctx **); sfrt_api void sfrt_free_driver_ctx (struct sfrt_driver_ctx *); sfrt_api int sfrt_get_unit_ctx (const struct sfrt_driver_ctx *, const char * path, struct sfrt_unit_ctx **); -- cgit v1.2.3