aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/src/main.h')
-rw-r--r--externals/grill/vst/src/main.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/externals/grill/vst/src/main.h b/externals/grill/vst/src/main.h
index fab6b622..ffd138ec 100644
--- a/externals/grill/vst/src/main.h
+++ b/externals/grill/vst/src/main.h
@@ -24,17 +24,5 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#error Platform not supported!
#endif
-typedef void V;
-typedef int I;
-typedef long L;
-typedef unsigned long UL;
-typedef float F;
-typedef t_sample R;
-typedef char C;
-typedef bool BL;
-typedef t_atom A;
-typedef t_symbol S;
-
-
#endif