summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-08-04 07:13:57 -0400
committermidipix <writeonce@midipix.org>2018-08-04 07:13:57 -0400
commitb0ed293eac8ad1fb78a9ce5d578c9c7823cc1011 (patch)
tree8318664ad89b1774111a6233be8e2c891f09f4d6 /include
parent5923b0d6f8e2e53a94fdae5dcfd49804fd8005c9 (diff)
downloadptycon-b0ed293eac8ad1fb78a9ce5d578c9c7823cc1011.tar.bz2
ptycon-b0ed293eac8ad1fb78a9ce5d578c9c7823cc1011.tar.xz
library: removed ptyc_create_driver_ctx() [too much of a good thing].
Diffstat (limited to 'include')
-rw-r--r--include/ptycon/ptycon.h1
1 files changed, 0 insertions, 1 deletions
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 */