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

digitall noreply at scummvm.org
Mon Mar 7 19:50:09 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:
bee3506514 HDB: Fix Redundant Declaration Warnings


Commit: bee35065141c6d30d972afae222527f3e4978930
    https://github.com/scummvm/scummvm/commit/bee35065141c6d30d972afae222527f3e4978930
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-07T19:49:20Z

Commit Message:
HDB: Fix Redundant Declaration Warnings

These are emitted by GCC if -Wredundant-decls is enabled.

Changed paths:
    engines/hdb/ai-player.h


diff --git a/engines/hdb/ai-player.h b/engines/hdb/ai-player.h
index bbffeba3716..0294e4f5816 100644
--- a/engines/hdb/ai-player.h
+++ b/engines/hdb/ai-player.h
@@ -138,7 +138,6 @@ void aiListenBotInit(AIEntity *e);
 void aiListenBotInit2(AIEntity *e);
 void aiOmniBotInit(AIEntity *e);
 void aiOmniBotInit2(AIEntity *e);
-void aiLaserAction(AIEntity *e);
 void aiLaserInit(AIEntity *e);
 void aiLaserInit2(AIEntity *e);
 void aiDiverterInit(AIEntity *e);




More information about the Scummvm-git-logs mailing list