]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Redesign uncaught exception handling to allow external reporters
[libs/core.git] / source / core / application.h
index 1384085ef58c3b134b9aa0abecbc68fcbd9d7e9e..e1d3a8b5e2be95d0c2fd0ffce151a1347264f080 100644 (file)
@@ -66,8 +66,6 @@ private:
        /** Static wrapper function to call a member function of the Application
        instance. */
        static void sighandler_(int);
-
-       static void display_exception(const std::exception &);
 };