X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fapplication.h;h=e1d3a8b5e2be95d0c2fd0ffce151a1347264f080;hp=1384085ef58c3b134b9aa0abecbc68fcbd9d7e9e;hb=f042fd992170ee8a50a7f596f1c9cdd9600b8583;hpb=9a327fbe5dbad5edec04641527e65d5e7ea4c568 diff --git a/source/core/application.h b/source/core/application.h index 1384085..e1d3a8b 100644 --- a/source/core/application.h +++ b/source/core/application.h @@ -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 &); };