mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
overlay: Remove redundant redeclaration
Fixes one gcc compilation warning
This commit is contained in:
parent
1eb72e4b71
commit
b607993b7b
@ -10,8 +10,6 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
namespace overlays
|
namespace overlays
|
||||||
{
|
{
|
||||||
void play_sound(sound_effect sound, std::optional<f32> volume);
|
|
||||||
|
|
||||||
struct home_menu_settings : public home_menu_page
|
struct home_menu_settings : public home_menu_page
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user