summaryrefslogtreecommitdiff
path: root/libs/fst/fstinfofile.c
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-22 00:15:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-22 00:15:46 +0000
commitd7b38512b8e0400e53a28708fd0e7da1188ad7ba (patch)
tree9ed2cc28fbb0829e229ad01f78e9685332cdf201 /libs/fst/fstinfofile.c
parent2f7b61155e7c5628d74e429a3baafd8c5dd49ddd (diff)
Remove VESTIGE_HEADER stuff since we will always use it.
git-svn-id: svn://localhost/ardour2/branches/3.0@10755 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/fst/fstinfofile.c')
-rw-r--r--libs/fst/fstinfofile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/fst/fstinfofile.c b/libs/fst/fstinfofile.c
index c7061cd6b8..f8f09cd624 100644
--- a/libs/fst/fstinfofile.c
+++ b/libs/fst/fstinfofile.c
@@ -184,11 +184,7 @@ static FSTInfo *fst_info_from_plugin( FST *fst ) {
info->creator = strdup (creator);
}
-#ifdef VESTIGE_HEADER
info->UniqueID = *((int32_t *) &plugin->unused_id);
-#else
- info->UniqueID = plugin->uniqueID;
-#endif
info->Category = strdup( "None" ); // FIXME:
info->numInputs = plugin->numInputs;