mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
62dd071ce6
commit
c2ff9de084
@ -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.
|
||||
|
@ -398,12 +398,6 @@ shell_type shell()
|
||||
}
|
||||
|
||||
|
||||
int timeout_min()
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
||||
char path_separator(path_type type)
|
||||
{
|
||||
if (type == TEXENGINE)
|
||||
|
@ -222,12 +222,6 @@ shell_type shell()
|
||||
}
|
||||
|
||||
|
||||
int timeout_min()
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
||||
char path_separator(path_type)
|
||||
{
|
||||
return ':';
|
||||
|
@ -458,12 +458,6 @@ shell_type shell()
|
||||
}
|
||||
|
||||
|
||||
int timeout_min()
|
||||
{
|
||||
return 30;
|
||||
}
|
||||
|
||||
|
||||
char path_separator(path_type type)
|
||||
{
|
||||
if (type == TEXENGINE)
|
||||
|
Loading…
Reference in New Issue
Block a user