From 2b931982edda9df2fd22dd95ba1b56a652b90a70 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 16 Oct 2022 12:39:57 +0200 Subject: [PATCH] removed declaration of non-existing data object This issue was found by Cppcheck (static C/C++ code analysis tool). --- src/libgame/system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libgame/system.h b/src/libgame/system.h index 301e9fac..4dbcaab9 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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; -- 2.34.1