X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos_unix.cpp;h=84c00cfb1274310b7436dff087fd4ca537607a62;hb=96ee270933fe88672b70eb22045b280bf9ee4d90;hp=8e61c6564912bdf757ac6764b3e23d9d024ec262;hpb=908a11997372f2a96a27e5388c15387337a6166b;p=features.git diff --git a/src/support/os_unix.cpp b/src/support/os_unix.cpp index 8e61c65649..84c00cfb12 100644 --- a/src/support/os_unix.cpp +++ b/src/support/os_unix.cpp @@ -85,12 +85,6 @@ string latex_path(string const & p) } -bool is_absolute_path(string const & p) -{ - return !p.empty() && p[0] == '/'; -} - - char const * popen_read_mode() { return "r";