mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 15:02:10 +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>
|
||||
|
||||
class OtherAvatar : public Avatar {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OtherAvatar(QThread* thread);
|
||||
virtual ~OtherAvatar();
|
||||
|
@ -31,9 +30,6 @@ public:
|
|||
int32_t getSpaceIndex() const { return _spaceIndex; }
|
||||
void updateSpaceProxy(workload::Transaction& transaction) const;
|
||||
|
||||
signals:
|
||||
void spaceUpdate(std::pair<int32_t, glm::vec4> data);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Sphere3DOverlay> _otherAvatarOrbMeshPlaceholder { nullptr };
|
||||
OverlayID _otherAvatarOrbMeshPlaceholderID { UNKNOWN_OVERLAY_ID };
|
||||
|
|
Loading…
Reference in a new issue