Browse Source

Cleanup

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

+ 0
- 1
common/JackClient.cpp View File

@@ -67,7 +67,6 @@ JackClient::JackClient(JackSynchro** table)
fSyncArg = NULL;
fThreadFun = NULL;
fThreadFunArg = NULL;
fConditionnal = 0; // Temporary??
}

JackClient::~JackClient()


+ 0
- 1
common/JackClient.h View File

@@ -81,7 +81,6 @@ class JackClient : public JackClientInterface, public JackRunnableInterface
void* fTimebaseArg;
void* fSyncArg;
void* fThreadFunArg;
int fConditionnal;
char fServerName[64];

JackThread* fThread; /*! Thread to execute the Process function */


Loading…
Cancel
Save