diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2014-06-29 15:14:32 +0100 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2014-10-17 20:48:45 +0100 |
commit | 56402c74c9b48943ef0688b01d6da08807fe405c (patch) | |
tree | cd67feff23e4534926bcc3590ee286ae131bba16 /daemon/pty_open.h | |
parent | 65ebb59e40f60e6a76421e98621efee56ee385da (diff) | |
download | gvfs-56402c74c9b48943ef0688b01d6da08807fe405c.tar.gz |
pty_open: Remove unused function prototype
https://bugzilla.gnome.org/show_bug.cgi?id=724780
Diffstat (limited to 'daemon/pty_open.h')
-rw-r--r-- | daemon/pty_open.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/pty_open.h b/daemon/pty_open.h index 5c6241df..73ddc841 100644 --- a/daemon/pty_open.h +++ b/daemon/pty_open.h @@ -58,7 +58,6 @@ int pty_open(pid_t *child, guint flags, char **env_add, const char *command, char **argv, const char *directory, int columns, int rows, int *stdin_fd, int *stdout_fd, int *stderr_fd, int *slave_fd); -int pty_get_size(int master, int *columns, int *rows); G_END_DECLS |