timeout_min is platform independent

#7928

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40402 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-12-06 20:52:19 +00:00
parent 62dd071ce6
commit c2ff9de084
4 changed files with 6 additions and 18 deletions

View File

@ -54,6 +54,12 @@ static string const python2(string const & binary, bool verbose = false)
}
int timeout_min()
{
return 30;
}
string const python()
{
// Check whether the first python in PATH is the right one.

View File

@ -398,12 +398,6 @@ shell_type shell()
}
int timeout_min()
{
return 3;
}
char path_separator(path_type type)
{
if (type == TEXENGINE)

View File

@ -222,12 +222,6 @@ shell_type shell()
}
int timeout_min()
{
return 3;
}
char path_separator(path_type)
{
return ':';

View File

@ -458,12 +458,6 @@ shell_type shell()
}
int timeout_min()
{
return 30;
}
char path_separator(path_type type)
{
if (type == TEXENGINE)