summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-17 01:12:46 +0000
committerDavid Robillard <d@drobilla.net>2007-03-17 01:12:46 +0000
commite6481db65410335dc47d87810c3d07f541ca769c (patch)
treebd3d887125d569a70948a28ab070400c60c32b7a
parent8bcddb0ee192447abb8807928903f8c0406e658e (diff)
Warning fix.
git-svn-id: svn://localhost/ardour2/trunk@1609 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/surfaces/tranzport/init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/tranzport/init.cc b/libs/surfaces/tranzport/init.cc
index 8f222ec6f2..94f85bdc56 100644
--- a/libs/surfaces/tranzport/init.cc
+++ b/libs/surfaces/tranzport/init.cc
@@ -178,7 +178,7 @@ TranzportControlProtocol::monitor_work ()
pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, 0);
rtpriority_set();
inflight=0;
- int intro = 20;
+ //int intro = 20;
// wait for the device to come online
invalidate();