aboutsummaryrefslogtreecommitdiffstats
path: root/src/termios_wrapper.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-03-19 22:19:42 -0500
committerJesse Luehrs <doy@tozt.net>2013-03-19 22:19:42 -0500
commit6f9cd4b4e3d8e4078f42213fe8a4947b2369bda0 (patch)
tree79ee21da7a6fdc23f0b97947fe25a1e479301447 /src/termios_wrapper.c
parent6d0865c6e92b86f48e42d67822592cb77441d9bd (diff)
downloadrust-term-6f9cd4b4e3d8e4078f42213fe8a4947b2369bda0.tar.gz
rust-term-6f9cd4b4e3d8e4078f42213fe8a4947b2369bda0.zip
actually, who uses this
Diffstat (limited to 'src/termios_wrapper.c')
-rw-r--r--src/termios_wrapper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/termios_wrapper.c b/src/termios_wrapper.c
index 6a752e8..1c6dd70 100644
--- a/src/termios_wrapper.c
+++ b/src/termios_wrapper.c
@@ -29,7 +29,3 @@ int echo(int enabled)
return tcsetattr(0, TCSANOW, &t) == 0;
}
-
-int crlf(int enabled)
-{
-}