From b0ed293eac8ad1fb78a9ce5d578c9c7823cc1011 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Aug 2018 07:13:57 -0400 Subject: library: removed ptyc_create_driver_ctx() [too much of a good thing]. --- include/ptycon/ptycon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index d8f2275..e6ef22f 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -86,7 +86,6 @@ ptyc_api const struct ptyc_source_version * ptyc_source_version(void); /* driver api */ ptyc_api int ptyc_get_driver_ctx (char ** argv, char ** envp, uint32_t flags, struct ptyc_driver_ctx **); -ptyc_api int ptyc_create_driver_ctx (const struct ptyc_common_ctx *, struct ptyc_driver_ctx **); ptyc_api void ptyc_free_driver_ctx (struct ptyc_driver_ctx *); /* pty api */ -- cgit v1.2.3