From 696a5f967d1ffa793338d00aeb3ce1ad9acdfab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Tue, 22 Oct 2019 17:45:54 -0400 Subject: [PATCH] Forgot to rip this out of the headers for nonwindows, woops --- indra/newview/llappviewerlinux.h | 1 - indra/newview/llappviewermacosx.h | 1 - 2 files changed, 2 deletions(-) diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h index a751ad10b..6c4020c4c 100644 --- a/indra/newview/llappviewerlinux.h +++ b/indra/newview/llappviewerlinux.h @@ -64,7 +64,6 @@ protected: virtual bool beingDebugged(); virtual bool restoreErrorTrap(); - virtual void initCrashReporting(bool reportFreeze); virtual void initLoggingAndGetLastDuration(); virtual bool initParseCommandLine(LLCommandLineParser& clp); diff --git a/indra/newview/llappviewermacosx.h b/indra/newview/llappviewermacosx.h index e94b297be..69d069d01 100644 --- a/indra/newview/llappviewermacosx.h +++ b/indra/newview/llappviewermacosx.h @@ -51,7 +51,6 @@ public: protected: virtual bool restoreErrorTrap(); - virtual void initCrashReporting(bool reportFreeze); std::string generateSerialNumber(); virtual bool initParseCommandLine(LLCommandLineParser& clp);