Changed: We're now using crash_report to send reports

--HG--
branch : develop
This commit is contained in:
kervala 2016-02-15 12:08:55 +01:00
parent 5981452e42
commit 52252e691b

View file

@ -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");