summaryrefslogtreecommitdiff
path: root/MuscleEMGProfile.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-01-08 12:34:16 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-01-08 12:34:16 +0100
commit369685d0dc26523d57ac71a682f046db34ba6851 (patch)
treee5f50ebb431031e55bb005245f5933b7601617c4 /MuscleEMGProfile.cpp
parenta2a6c67f9777c3b07535f0b401d7f6b4a122ceaa (diff)
Remove unused code in controller (and related)
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