X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux.cpp;h=81856f6e638e6778afad4a15a3e975ca94e42fe5;hb=b47938ec825a6bbf5ef8f49f0f893d2647a79c71;hp=0b67db768f362016f39ec4680360a34d9ed03151;hpb=ef57479f613b900b73eba8e8f4d026aae0de25cc;p=supertux.git diff --git a/src/supertux.cpp b/src/supertux.cpp index 0b67db768..81856f6e6 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -25,7 +25,6 @@ #include #include -#include "utils/exceptions.h" #include "defines.h" #include "app/globals.h" #include "app/setup.h" @@ -99,8 +98,6 @@ int main(int argc, char * argv[]) #endif Termination::shutdown(); #ifndef DEBUG // we want to see the backtrace in gdb when in debug mode - } catch (SuperTuxException &e) { - std::cerr << "Unhandled SuperTux exception:\n " << e.what_file() << ":" << e.what_line() << ": " << e.what() << std::endl; } catch (std::exception &e) { std:: cerr << "Unhandled exception: " << e.what() << std::endl; }