diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
commit | c65cb0d97fbaa37f531d6fb47ce9d798b001b637 (patch) | |
tree | cce1030add4a837913b9e730a5550a67d03d236e /src/resources/animation.h | |
parent | 3d236906de18c846aa052f1d4cef1b0686a43854 (diff) | |
download | plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.gz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.bz2 plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.xz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.zip |
fix code style.
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index 964bcc23f..39154f4f5 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -32,8 +32,6 @@ class Image; -struct Frame; - /** * An animation consists of several frames, each with their own delay and * offset. |