diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-01 08:19:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 08:19:04 +0200 |
commit | ae41e35191cc64471f918318dc32428728c9c4bb (patch) | |
tree | 904f7611e51a9a0fa8f3e75f5556c89aa66396b5 /scene/resources/animation.h | |
parent | 8afc9c3938af385be17aab92ec5c4adcbfb0781a (diff) | |
parent | 8460d0678c28816f6f206f40b71de2510fab1ffc (diff) |
Merge pull request #27676 from qarmin/small_fixes_2
Small fixes to static analyzer bugs
Diffstat (limited to 'scene/resources/animation.h')
-rw-r--r-- | scene/resources/animation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/animation.h b/scene/resources/animation.h index b66ae184e9..3d38a8902f 100644 --- a/scene/resources/animation.h +++ b/scene/resources/animation.h @@ -93,7 +93,6 @@ private: template <class T> struct TKey : public Key { - float time; T value; }; |