[Scummvm-git-logs] scummvm master -> b3f98810a2acf5071f1012121c8ef49870af69ad

digitall noreply at scummvm.org
Mon Mar 7 13:27:59 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b3f98810a2 SWORD25: Fix Redundant Declarations


Commit: b3f98810a2acf5071f1012121c8ef49870af69ad
    https://github.com/scummvm/scummvm/commit/b3f98810a2acf5071f1012121c8ef49870af69ad
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-07T13:27:14Z

Commit Message:
SWORD25: Fix Redundant Declarations

These cause GCC Warnings when -Wredundant-decls is enabled.

Changed paths:
    engines/sword25/gfx/image/art.h


diff --git a/engines/sword25/gfx/image/art.h b/engines/sword25/gfx/image/art.h
index fce0ff5f113..1a2310ba6ae 100644
--- a/engines/sword25/gfx/image/art.h
+++ b/engines/sword25/gfx/image/art.h
@@ -86,8 +86,6 @@ struct ArtSVP {
 
 void art_svp_free(ArtSVP *svp);
 
-int art_svp_seg_compare(const void *s1, const void *s2);
-
 /* Basic data structures and constructors for bezier paths */
 
 enum ArtPathcode {




More information about the Scummvm-git-logs mailing list