From 1e34d3aa3542846810fc2d60f6ae39deae6c36e1 Mon Sep 17 00:00:00 2001 From: luiscuenca Date: Tue, 25 Sep 2018 09:22:33 -0700 Subject: [PATCH] Remove not needed code --- interface/src/avatar/AvatarManager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/avatar/AvatarManager.h b/interface/src/avatar/AvatarManager.h index 9fdc33b096..0cc26bb8ae 100644 --- a/interface/src/avatar/AvatarManager.h +++ b/interface/src/avatar/AvatarManager.h @@ -24,7 +24,6 @@ #include #include #include -#include #include #include @@ -236,7 +235,6 @@ private: // Other avatars smooth transit global configuration AvatarTransit::TransitConfig _transitConfig; - EntityItemProperties _transitEffectProperties; }; #endif // hifi_AvatarManager_h