remove TimeStamping pref. This is shown in ScreenDebugOverlay

This commit is contained in:
Chris Danford
2005-10-04 05:54:13 +00:00
parent 7f71e22ef4
commit 4f4738c04c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -296,7 +296,6 @@ PrefsManager::PrefsManager() :
m_bLogToDisk ( "LogToDisk", true ),
m_bForceLogFlush ( "ForceLogFlush", false ),
m_bShowLogOutput ( "ShowLogOutput", false ),
m_bTimestamping ( "Timestamping", false ),
m_bLogSkips ( "LogSkips", false ),
m_bLogCheckpoints ( "LogCheckpoints", false ),
m_bShowLoadingWindow ( "ShowLoadingWindow", true ),
-1
View File
@@ -312,7 +312,6 @@ public:
Preference<bool> m_bLogToDisk;
Preference<bool> m_bForceLogFlush;
Preference<bool> m_bShowLogOutput;
Preference<bool> m_bTimestamping;
Preference<bool> m_bLogSkips;
Preference<bool> m_bLogCheckpoints;
Preference<bool> m_bShowLoadingWindow;