From 8460d0678c28816f6f206f40b71de2510fab1ffc Mon Sep 17 00:00:00 2001 From: qarmin Date: Thu, 4 Apr 2019 22:00:16 +0200 Subject: Small fixes to static analyzer bugs --- scene/resources/animation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'scene/resources/animation.h') 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 struct TKey : public Key { - float time; T value; }; -- cgit v1.2.3