mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 10:34:56 +02:00
remove cruft
This commit is contained in:
parent
121a591023
commit
320ba9177c
2 changed files with 0 additions and 3 deletions
|
@ -1316,7 +1316,6 @@ void MyAvatar::saveAvatarEntityDataToSettings() {
|
|||
// find set of things that changed
|
||||
std::set<QUuid> entitiesToSave;
|
||||
_avatarEntitiesLock.withWriteLock([&] {
|
||||
// TODO: save these to settings.
|
||||
entitiesToSave = std::move(_entitiesToSaveToSettings);
|
||||
for (const auto& id : _entitiesToRemoveFromSettings) {
|
||||
// remove
|
||||
|
|
|
@ -220,8 +220,6 @@ public:
|
|||
/// get pointer to the uncompressed stream buffer at the byteOffset
|
||||
const unsigned char* getUncompressedData(int byteOffset = 0) { return &_uncompressed[byteOffset]; }
|
||||
|
||||
const QByteArray& getUncompressedByteArray() { return _uncompressedByteArray; }
|
||||
|
||||
/// the size of the packet in uncompressed form
|
||||
int getUncompressedSize() { return _bytesInUse; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue