From a8776ce0398b2cd9169497a8bed61587bf06dea3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2011 20:19:28 +0000 Subject: Remove cruft. --- plugins/eg-amp.lv2/wscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/eg-amp.lv2') diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript index e6a906a..377e067 100644 --- a/plugins/eg-amp.lv2/wscript +++ b/plugins/eg-amp.lv2/wscript @@ -38,14 +38,6 @@ def configure(conf): conf.env['LV2DIR']) print('') -def build_plugin(bld, lang, bundle, name, source, cflags=[], libs=[]): - - if cflags != []: - obj.cflags = cflags - obj.cxxflags = cflags - if libs != []: - autowaf.use_lib(bld, obj, libs) - def build(bld): bundle = 'eg-amp.lv2' -- cgit v1.2.1