diff --git a/src/scenedit/scen.main.cpp b/src/scenedit/scen.main.cpp index de6968e19..dc9ae3e02 100644 --- a/src/scenedit/scen.main.cpp +++ b/src/scenedit/scen.main.cpp @@ -68,7 +68,6 @@ void handle_one_event(const sf::Event&); void redraw_everything(); void Mouse_Pressed(const sf::Event&); void close_program(); -void ding(); void adjust_windows(sf::RenderWindow&, sf::View&); sf::FloatRect compute_viewport(const sf::RenderWindow&, float ui_scale); @@ -758,8 +757,3 @@ void Mouse_Pressed(const sf::Event & event) { void close_program() { } - -// TODO: Remove this function and replace it with beep() or play_sound() everywhere. -void ding() { - beep(); -}