$OpenBSD: patch-src_Animation_cpp,v 1.1 2017/05/07 22:10:12 espie Exp $
Iterators don't exist outside of the iterated object

Index: src/Animation.cpp
--- src/Animation.cpp.orig
+++ src/Animation.cpp
@@ -35,7 +35,6 @@ using namespace Animorph;
 Animation::Animation ()
 : interpNumber(0),
   frameRate(50),
-  frames_it(NULL),
   loaded(false),
   started(false)
 {}
