Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTamSynthLab.activity/common/Util/Clooper/ttest.i
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.i
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.i')
-rw-r--r--TamTamSynthLab.activity/common/Util/Clooper/ttest.i15
1 files changed, 0 insertions, 15 deletions
diff --git a/TamTamSynthLab.activity/common/Util/Clooper/ttest.i b/TamTamSynthLab.activity/common/Util/Clooper/ttest.i
deleted file mode 100644
index 0c88add..0000000
--- a/TamTamSynthLab.activity/common/Util/Clooper/ttest.i
+++ /dev/null
@@ -1,15 +0,0 @@
-
-%module ttest
-
-%{
-#define SWIG_FILE_WITH_INIT
-#include "ttest.h"
-%}
-
-%pythoncode
-%{
-def somefn(seed, mat):
-
-%}
-
-%include "ttest.h"