mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-14 22:51:11 +02:00
Revert premature comment - this was an extra file commit mistake while committing other changes.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user