remove logs (this stuff predates the crash handler and has been copied

and pasted around since)
This commit is contained in:
Glenn Maynard
2006-01-15 08:51:03 +00:00
parent 2b00a2f62a
commit 9056419cf5
16 changed files with 0 additions and 24 deletions
-2
View File
@@ -96,8 +96,6 @@ ScreenOptions::ScreenOptions( CString sClassName ) : ScreenWithMenuElements(sCla
CURSOR_TWEEN_SECONDS (m_sName,"CursorTweenSeconds"),
WRAP_VALUE_IN_ROW (m_sName,"WrapValueInRow")
{
LOG->Trace( "ScreenOptions::ScreenOptions()" );
m_fLockInputSecs = 0.0001f; // always lock for a tiny amount of time so that we throw away any queued inputs during the load.
// These can be overridden in a derived Init().