X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux.cpp;h=06cbbe73302928ddeb0ad267c8f074e0c2461b8d;hb=810053f3d4fbacb77f22bb4c2c60f5615ad5ec36;hp=dc771dfb185528596ca4e59b219d2810010d6b4f;hpb=3fc1f424aabbb9aad5f21b5eb4564fdc5418517c;p=supertux.git diff --git a/src/supertux.cpp b/src/supertux.cpp index dc771dfb1..06cbbe733 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -25,10 +25,8 @@ #include #include -#include "defines.h" #include "app/globals.h" #include "app/setup.h" -#include "intro.h" #include "title.h" #include "gameloop.h" #include "leveleditor.h" @@ -98,8 +96,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; }