Warning fix.

git-svn-id: svn://localhost/ardour2/trunk@1609 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-03-17 01:12:46 +00:00
parent 8bcddb0ee1
commit e6481db654

View file

@ -178,7 +178,7 @@ TranzportControlProtocol::monitor_work ()
pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, 0); pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, 0);
rtpriority_set(); rtpriority_set();
inflight=0; inflight=0;
int intro = 20; //int intro = 20;
// wait for the device to come online // wait for the device to come online
invalidate(); invalidate();