mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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
|
||||
from waflib.extras import autowaf as autowaf
|
||||
from waflib import Options, TaskGen
|
||||
from waflib.ConfigSet import ConfigSet
|
||||
import waflib.Logs as Logs, waflib.Utils as Utils
|
||||
import os
|
||||
import shutil
|
||||
|
|
@ -338,9 +337,6 @@ def configure(conf):
|
|||
features = [ 'c' ],
|
||||
compiler = 'cc',
|
||||
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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue