diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-16 08:05:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-16 08:05:26 -0400 |
commit | 2f49b60ddcb4b5682aca6f7c8607fb8e76472264 (patch) | |
tree | edfc56bbe198481714e20662352aaa0c1ef23822 /indra/win_crash_logger/llcrashloggerwindows.h | |
parent | ae805d511d6135fec3938d822d7e6542d605cb7b (diff) | |
parent | 14a06fd1c843c033bd670fad4f6b83d18d5107c1 (diff) |
merge changes for storm-1482
Diffstat (limited to 'indra/win_crash_logger/llcrashloggerwindows.h')
-rw-r--r-- | indra/win_crash_logger/llcrashloggerwindows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/win_crash_logger/llcrashloggerwindows.h b/indra/win_crash_logger/llcrashloggerwindows.h index 24c564457c..5c45a998b3 100644 --- a/indra/win_crash_logger/llcrashloggerwindows.h +++ b/indra/win_crash_logger/llcrashloggerwindows.h @@ -41,7 +41,6 @@ public: virtual void updateApplication(const std::string& message = LLStringUtil::null); virtual bool cleanup(); virtual void gatherPlatformSpecificFiles(); - //void annotateCallStack(); void setHandle(HINSTANCE hInst) { mhInst = hInst; } private: void ProcessDlgItemText(HWND hWnd, int nIDDlgItem); |