[chronojump] ForceSensor: Removed export code on test was not from current person
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] ForceSensor: Removed export code on test was not from current person
- Date: Mon, 30 Dec 2019 08:12:59 +0000 (UTC)
commit 84d9ff9f8f308ec28127bb029b7e06112a060906
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Dec 30 09:11:43 2019 +0100
ForceSensor: Removed export code on test was not from current person
src/gui/encoder.cs | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 226f2050..ee4787ec 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -2059,17 +2059,6 @@ public partial class ChronoJumpWindow
nameString += "_" + encoderLastAnalysis;
}
- //at force sensor we can graph a different person than selected person, so use graph-file
loaded
- if( checkFileOp == Constants.CheckFileOp.FORCESENSOR_SAVE_IMAGE_SIGNAL ||
- checkFileOp == Constants.CheckFileOp.FORCESENSOR_SAVE_IMAGE_RFD_AUTO ||
- checkFileOp == Constants.CheckFileOp.FORCESENSOR_SAVE_IMAGE_RFD_MANUAL )
- {
- if(lastForceSensorFile == null || lastForceSensorFile == "")
- nameString = "unnamed";
- else
- nameString = lastForceSensorFile;
- }
-
//when we send an image we just want to define the name
if(checkFileOp == Constants.CheckFileOp.ENCODER_ANALYZE_SEND_IMAGE)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]