]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_cygwin.cpp
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / os_cygwin.cpp
index 31416c0f711190a8cc18c50d91a2b478035aee95..ad97c38bc2a1fd38cb15c860c46b119b6be30111 100644 (file)
@@ -375,12 +375,6 @@ string const & nulldev()
 }
 
 
-bool is_terminal(io_channel channel)
-{
-       return isatty(channel);
-}
-
-
 shell_type shell()
 {
        return UNIX;