overlay: Remove redundant redeclaration

Fixes one gcc compilation warning
This commit is contained in:
Ani 2026-03-22 15:11:30 +01:00
parent 1eb72e4b71
commit b607993b7b

View File

@ -10,8 +10,6 @@ namespace rsx
{
namespace overlays
{
void play_sound(sound_effect sound, std::optional<f32> volume);
struct home_menu_settings : public home_menu_page
{
public: