[gvfs] pty_open: Remove unused function prototype



commit 56402c74c9b48943ef0688b01d6da08807fe405c
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Sun Jun 29 15:14:32 2014 +0100

    pty_open: Remove unused function prototype
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724780

 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 5c6241d..73ddc84 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]