mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
remove unnecessary lines+changes
This commit is contained in:
parent
04d86ebd8d
commit
3d07cfce10
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from waflib.extras import autowaf as autowaf
|
from waflib.extras import autowaf as autowaf
|
||||||
from waflib import Options, TaskGen
|
from waflib import Options, TaskGen
|
||||||
from waflib.ConfigSet import ConfigSet
|
|
||||||
import waflib.Logs as Logs, waflib.Utils as Utils
|
import waflib.Logs as Logs, waflib.Utils as Utils
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
@ -338,9 +337,6 @@ def configure(conf):
|
||||||
features = [ 'c' ],
|
features = [ 'c' ],
|
||||||
compiler = 'cc',
|
compiler = 'cc',
|
||||||
compile_filename='test.m',
|
compile_filename='test.m',
|
||||||
msg = 'Checking for Cocoa live resizing constants',
|
|
||||||
okmsg = 'ok',
|
|
||||||
errmsg = 'too old - AU plugin windows will be fixed size',
|
|
||||||
mandatory = False,
|
mandatory = False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue