mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
make ardour3 build and link on OS X (tiger, at least)
git-svn-id: svn://localhost/ardour2/branches/3.0@8018 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
520bc1bed4
commit
b85b4d9e54
71 changed files with 1540 additions and 873 deletions
|
|
@ -954,7 +954,7 @@ MonitorSection::solo_blink (bool onoff)
|
|||
}
|
||||
|
||||
bool
|
||||
MonitorSection::cancel_solo (GdkEventButton* ev)
|
||||
MonitorSection::cancel_solo (GdkEventButton*)
|
||||
{
|
||||
if (_session) {
|
||||
if (_session->soloing()) {
|
||||
|
|
@ -968,7 +968,7 @@ MonitorSection::cancel_solo (GdkEventButton* ev)
|
|||
}
|
||||
|
||||
bool
|
||||
MonitorSection::cancel_isolate (GdkEventButton* ev)
|
||||
MonitorSection::cancel_isolate (GdkEventButton*)
|
||||
{
|
||||
if (_session) {
|
||||
boost::shared_ptr<RouteList> rl (_session->get_routes ());
|
||||
|
|
@ -979,7 +979,7 @@ MonitorSection::cancel_isolate (GdkEventButton* ev)
|
|||
}
|
||||
|
||||
bool
|
||||
MonitorSection::cancel_audition (GdkEventButton* ev)
|
||||
MonitorSection::cancel_audition (GdkEventButton*)
|
||||
{
|
||||
if (_session) {
|
||||
_session->cancel_audition();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue