Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1987 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.71
sletz 17 years ago
parent
commit
bd5c83992f
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      common/JackClient.cpp

+ 0
- 2
common/JackClient.cpp View File

@@ -250,7 +250,6 @@ int JackClient::Activate()
#endif
*/

//if (fProcess || fThreadFun)
if (StartThread() < 0)
return -1;

@@ -293,7 +292,6 @@ int JackClient::Deactivate()
fThread->Kill();
#endif
*/
//if (fProcess || fThreadFun)
fThread->Kill();
return result;
}


Loading…
Cancel
Save