mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Remove used variable
This commit is contained in:
parent
c21d1a41e5
commit
72c60ee69c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue