projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f046515
)
removed declaration of non-existing data object
author
Holger Schemel
<info@artsoft.org>
Sun, 16 Oct 2022 10:39:57 +0000
(12:39 +0200)
committer
Holger 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
patch
|
blob
|
history
diff --git
a/src/libgame/system.h
b/src/libgame/system.h
index 301e9fac9d65fd19ea6caa7d0890ea1ac5b8f9a8..4dbcaab9fce0d0bf37e29619ddf3aa599222fa16 100644
(file)
--- 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;