Remove used variable

This commit is contained in:
Atlante45 2014-08-19 19:01:50 -07:00
parent c21d1a41e5
commit 72c60ee69c

View file

@ -507,7 +507,7 @@ bool MyAvatar::setJointReferential(int id, int jointIndex) {
return false;
}
}
QString recordingFile = "recording.rec";
bool MyAvatar::isRecording() {
if (QThread::currentThread() != thread()) {
bool result;