From 9155beefd8b85c4c9246791482399132001a1a4b Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Fri, 27 Dec 2024 19:37:42 +0100 Subject: [PATCH] and fake_messages --- tests/fake_messages.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/fake_messages.cpp b/tests/fake_messages.cpp index b0e4e52e2fbaf..e6b4566108ae7 100644 --- a/tests/fake_messages.cpp +++ b/tests/fake_messages.cpp @@ -66,10 +66,6 @@ void add_msg( const game_message_params &, std::string m ) { Messages::add_msg( std::move( m ) ); } -void add_msg_if_player_sees( const tripoint &, std::string m ) -{ - Messages::add_msg( std::move( m ) ); -} void add_msg_if_player_sees( const tripoint_bub_ms &, std::string m ) { Messages::add_msg( std::move( m ) ); @@ -78,10 +74,6 @@ void add_msg_if_player_sees( const Creature &, std::string m ) { Messages::add_msg( std::move( m ) ); } -void add_msg_if_player_sees( const tripoint &, const game_message_params &, std::string m ) -{ - Messages::add_msg( std::move( m ) ); -} void add_msg_if_player_sees( const tripoint_bub_ms &, const game_message_params &, std::string m ) { Messages::add_msg( std::move( m ) );