From 544aaa25107d21f909ce32f22c4f59d4f01f589e Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 15 Feb 2016 12:08:55 +0100 Subject: [PATCH] Changed: We're now using crash_report to send reports --- code/ryzom/client/src/init.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index c0df71a43..a203614e4 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -896,10 +896,6 @@ void prelogInit() FPU_CHECKER_ONCE - // Set default email value for reporting error - // setReportEmailFunction ((void*)sendEmail); - // setDefaultEmailParams ("smtp.nevrax.com", "", "ryzombug@nevrax.com"); - // create the save dir. if (!CFile::isExists("save")) CFile::createDirectory("save");