From ab3df2f51224a2170ef1164837ac8b226be1d85f Mon Sep 17 00:00:00 2001 From: mchinen Date: Sat, 22 Jan 2011 21:11:15 +0000 Subject: [PATCH] Revert premature comment - this was an extra file commit mistake while committing other changes. --- src/toolbars/ToolManager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/toolbars/ToolManager.cpp b/src/toolbars/ToolManager.cpp index 8d8688993..03583fe45 100644 --- a/src/toolbars/ToolManager.cpp +++ b/src/toolbars/ToolManager.cpp @@ -562,9 +562,6 @@ void ToolManager::ReadConfig() gPrefs->Read( wxT("Order"), &ord, NoBarID ); gPrefs->Read( wxT("Show"), &show[ ndx ], true ); - //we turned the device preferences on by default for the first time - //as of prefs version 1.1.2r. - //For users that have older prefs, turn it on once. gPrefs->Read( wxT("X"), &x, -1 ); gPrefs->Read( wxT("Y"), &y, -1 ); gPrefs->Read( wxT("W"), &width[ ndx ], -1 );