mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:23:06 +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
|
// find set of things that changed
|
||||||
std::set<QUuid> entitiesToSave;
|
std::set<QUuid> entitiesToSave;
|
||||||
_avatarEntitiesLock.withWriteLock([&] {
|
_avatarEntitiesLock.withWriteLock([&] {
|
||||||
// TODO: save these to settings.
|
|
||||||
entitiesToSave = std::move(_entitiesToSaveToSettings);
|
entitiesToSave = std::move(_entitiesToSaveToSettings);
|
||||||
for (const auto& id : _entitiesToRemoveFromSettings) {
|
for (const auto& id : _entitiesToRemoveFromSettings) {
|
||||||
// remove
|
// remove
|
||||||
|
|
|
@ -220,8 +220,6 @@ public:
|
||||||
/// get pointer to the uncompressed stream buffer at the byteOffset
|
/// get pointer to the uncompressed stream buffer at the byteOffset
|
||||||
const unsigned char* getUncompressedData(int byteOffset = 0) { return &_uncompressed[byteOffset]; }
|
const unsigned char* getUncompressedData(int byteOffset = 0) { return &_uncompressed[byteOffset]; }
|
||||||
|
|
||||||
const QByteArray& getUncompressedByteArray() { return _uncompressedByteArray; }
|
|
||||||
|
|
||||||
/// the size of the packet in uncompressed form
|
/// the size of the packet in uncompressed form
|
||||||
int getUncompressedSize() { return _bytesInUse; }
|
int getUncompressedSize() { return _bytesInUse; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue