summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_types.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-23 19:29:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-23 19:29:38 +0000
commit569bf2f27e3be18499a9e5b78a56fda7e7d200c7 (patch)
tree1c47f1fd05a67e80eb346dff68ec5d7757f34669 /libs/ardour/ardour/vst_types.h
parent360b4aed1789e9fdd416351bfa5bbec5b8ef37ae (diff)
Remove VST current_program variable, since that stuff is
managed by the presets code in Plugin. git-svn-id: svn://localhost/ardour2/branches/3.0@10801 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/vst_types.h')
-rw-r--r--libs/ardour/ardour/vst_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h
index 0d6f8c397f..d185d62606 100644
--- a/libs/ardour/ardour/vst_types.h
+++ b/libs/ardour/ardour/vst_types.h
@@ -104,7 +104,6 @@ struct _VSTState
int n_pending_keys;
unsigned char * wanted_chunk;
int wanted_chunk_size;
- int current_program;
float * want_params;
float * set_params;