mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
remove cruft
This commit is contained in:
parent
15665b25e8
commit
21adbf49c0
1 changed files with 0 additions and 4 deletions
|
@ -17,7 +17,6 @@
|
||||||
#include <workload/Space.h>
|
#include <workload/Space.h>
|
||||||
|
|
||||||
class OtherAvatar : public Avatar {
|
class OtherAvatar : public Avatar {
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
explicit OtherAvatar(QThread* thread);
|
explicit OtherAvatar(QThread* thread);
|
||||||
virtual ~OtherAvatar();
|
virtual ~OtherAvatar();
|
||||||
|
@ -31,9 +30,6 @@ public:
|
||||||
int32_t getSpaceIndex() const { return _spaceIndex; }
|
int32_t getSpaceIndex() const { return _spaceIndex; }
|
||||||
void updateSpaceProxy(workload::Transaction& transaction) const;
|
void updateSpaceProxy(workload::Transaction& transaction) const;
|
||||||
|
|
||||||
signals:
|
|
||||||
void spaceUpdate(std::pair<int32_t, glm::vec4> data);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
std::shared_ptr<Sphere3DOverlay> _otherAvatarOrbMeshPlaceholder { nullptr };
|
std::shared_ptr<Sphere3DOverlay> _otherAvatarOrbMeshPlaceholder { nullptr };
|
||||||
OverlayID _otherAvatarOrbMeshPlaceholderID { UNKNOWN_OVERLAY_ID };
|
OverlayID _otherAvatarOrbMeshPlaceholderID { UNKNOWN_OVERLAY_ID };
|
||||||
|
|
Loading…
Reference in a new issue