[LyX/master] Remove debugging code. Thanks Scott!

Richard Kimberly Heck rikiheck at lyx.org
Mon May 18 00:34:34 UTC 2020


commit a96ec2db4538e7d21f904f5bb5c5951c4dbddda2
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sun May 17 20:59:34 2020 -0400

    Remove debugging code. Thanks Scott!
---
 src/support/Systemcall.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp
index 8be8732..6ec50e1 100644
--- a/src/support/Systemcall.cpp
+++ b/src/support/Systemcall.cpp
@@ -424,7 +424,6 @@ bool queryStopCommand(QString const & cmd)
 
 bool SystemcallPrivate::waitWhile(State waitwhile, bool process_events, int timeout)
 {
-	timeout = 1000;
 	if (!process_)
 		return false;
 


More information about the lyx-cvs mailing list