summaryrefslogtreecommitdiff
path: root/libs/fst
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-23 00:55:25 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-23 00:55:25 +0000
commitaed44005b26eb359025b33f10c8d588ab732d096 (patch)
treeffb129c53bb2207feb396d175bd15d22ff7daaa8 /libs/fst
parentefe14fbd5291fa25e373e2191b04907b679a7e2e (diff)
Merge some linux/windows VST GUI code.
git-svn-id: svn://localhost/ardour2/branches/3.0@10783 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/fst')
-rw-r--r--libs/fst/fst.h1
-rw-r--r--libs/fst/vstwin.c6
2 files changed, 0 insertions, 7 deletions
diff --git a/libs/fst/fst.h b/libs/fst/fst.h
index 5313f5ee03..ec36cf1360 100644
--- a/libs/fst/fst.h
+++ b/libs/fst/fst.h
@@ -44,7 +44,6 @@ extern void fst_close (VSTState *);
extern int fst_create_editor (VSTState* fst);
extern int fst_run_editor (VSTState *);
extern void fst_destroy_editor (VSTState *);
-extern int fst_get_XID (VSTState *);
extern void fst_move_window_into_view (VSTState *);
extern VSTInfo *fst_get_info (char *dllpathname);
diff --git a/libs/fst/vstwin.c b/libs/fst/vstwin.c
index c175fcd823..e1132e5d94 100644
--- a/libs/fst/vstwin.c
+++ b/libs/fst/vstwin.c
@@ -661,12 +661,6 @@ fst_close (VSTState* fst)
}
}
-int
-fst_get_XID (VSTState* fst)
-{
- return fst->xid;
-}
-
float htonf (float v)
{
float result;