Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamSynthLab.activity/common/Util/Clooper/ttest.h
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@activitycentral.org>2011-02-28 16:13:13 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-02-28 16:13:13 (GMT)
commita0705d8ff9b25c1172e38925ec27bb28f9e5a1e9 (patch)
treed3a20dff1d1e8d196fab33530fb21dd470addef5 /TamTamSynthLab.activity/common/Util/Clooper/ttest.h
parent0c8e687ce284d7599b9bfb7c578b0fc7fb32c493 (diff)
Revert "fixing simlimking build error"
This reverts commit 0c8e687ce284d7599b9bfb7c578b0fc7fb32c493. Since common/ directory will be copied to .xo in setup.py anyway.
Diffstat (limited to 'TamTamSynthLab.activity/common/Util/Clooper/ttest.h')
-rw-r--r--TamTamSynthLab.activity/common/Util/Clooper/ttest.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/TamTamSynthLab.activity/common/Util/Clooper/ttest.h b/TamTamSynthLab.activity/common/Util/Clooper/ttest.h
deleted file mode 100644
index 111f10c..0000000
--- a/TamTamSynthLab.activity/common/Util/Clooper/ttest.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _MSL_MATH_H
-#define _MSL_MATH_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void testtimer(double);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-