removed declaration of non-existing data object
authorHolger Schemel <info@artsoft.org>
Sun, 16 Oct 2022 10:39:57 +0000 (12:39 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 16 Oct 2022 10:39:57 +0000 (12:39 +0200)
This issue was found by Cppcheck (static C/C++ code analysis tool).

src/libgame/system.h

index 301e9fac9d65fd19ea6caa7d0890ea1ac5b8f9a8..4dbcaab9fce0d0bf37e29619ddf3aa599222fa16 100644 (file)
@@ -1904,7 +1904,6 @@ extern struct AudioSystemInfo     audio;
 extern struct GfxInfo          gfx;
 extern struct TileCursorInfo   tile_cursor;
 extern struct OverlayInfo      overlay;
-extern struct AnimInfo         anim;
 extern struct ArtworkInfo      artwork;
 extern struct JoystickInfo     joystick;
 extern struct SetupInfo                setup;