diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/abaddon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/abaddon.cpp b/src/abaddon.cpp index cf10f91..d949c28 100644 --- a/src/abaddon.cpp +++ b/src/abaddon.cpp @@ -254,7 +254,6 @@ int Abaddon::StartGTK() { Gtk::MessageDialog dlg(*m_main_window, "The audio engine could not be initialized!", false, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_OK, true); dlg.set_position(Gtk::WIN_POS_CENTER); dlg.run(); - return 1; } #endif |