remove cruft

This commit is contained in:
Andrew Meadows 2018-08-10 17:03:04 -07:00
parent 15665b25e8
commit 21adbf49c0

View file

@ -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 };