From bfba99e7a2ef5de78c6682bf2180ffbc37078ad5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Oct 2015 01:14:37 +0000 Subject: Tidy up global configuration output git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@5738 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index 965706f..f6bed1a 100644 --- a/wscript +++ b/wscript @@ -18,7 +18,6 @@ def options(opt): autowaf.set_options(opt) def configure(conf): - conf.line_just = 23 conf.load('compiler_cxx') conf.load('lv2') autowaf.configure(conf) -- cgit v1.2.1