summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-04-11 19:36:17 +0200
committerRobin Gareus <robin@gareus.org>2014-04-11 19:36:17 +0200
commitf67870037681867e36e8e97b991e731d35976089 (patch)
treeba6dfddd11900b9b1c24c8563021239426938950 /gtk2_ardour
parente359521fad6146c5597d4faf3112b7d1511630c0 (diff)
amend previous commit, remove cruft, no more extern function pointers
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index bc1adb16d5..35ac210f21 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -363,7 +363,6 @@ def build(bld):
# here using winegcc, and link it to the GTK front-end library
obj = bld (features = 'cxx c cxxprogram wine')
obj.source = (
- '../libs/fst/fst.c',
'../libs/fst/vstwin.c',
'../vst/winmain.c',
)