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; return false;
} }
} }
QString recordingFile = "recording.rec";
bool MyAvatar::isRecording() { bool MyAvatar::isRecording() {
if (QThread::currentThread() != thread()) { if (QThread::currentThread() != thread()) {
bool result; bool result;