1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 14:13:11 +02:00

Revert premature comment - this was an extra file commit mistake while committing other changes.

This commit is contained in:
mchinen 2011-01-22 21:11:15 +00:00
parent 25800063d7
commit ab3df2f512

View File

@ -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 );