summaryrefslogtreecommitdiff
path: root/MuscleEMGProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MuscleEMGProfile.cpp')
-rw-r--r--MuscleEMGProfile.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/MuscleEMGProfile.cpp b/MuscleEMGProfile.cpp
deleted file mode 100644
index b1b4977..0000000
--- a/MuscleEMGProfile.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "MuscleEMGProfile.h"
-
-void MuscleEMGProfile::addData(double x, double y)
-{
- _x.push_back(x);
- _y.push_back(y);
-} \ No newline at end of file