mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:04:03 +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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
QString recordingFile = "recording.rec";
|
|
||||||
bool MyAvatar::isRecording() {
|
bool MyAvatar::isRecording() {
|
||||||
if (QThread::currentThread() != thread()) {
|
if (QThread::currentThread() != thread()) {
|
||||||
bool result;
|
bool result;
|
||||||
|
|
Loading…
Reference in a new issue