mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
Fix non-ASCII characters in wxLogDebug
The LogDebugs aren't needed now, as we can get the info via Scripting.
This commit is contained in:
parent
42fb02bf9c
commit
121fdc5703
@ -357,7 +357,6 @@ void ExploreMenu(
|
||||
if (item->IsCheck() && item->IsChecked())
|
||||
flags +=2;
|
||||
|
||||
wxLogDebug("T.Add( %2i, %2i, 0, \"%s¬%s\" );", depth, flags, Label,Accel );
|
||||
if (item->IsSubMenu()) {
|
||||
pMenu = item->GetSubMenu();
|
||||
ExploreMenu( context, pMenu, item->GetId(), depth+1 );
|
||||
|
@ -354,15 +354,6 @@ KeyView::SetView(ViewByType type)
|
||||
SelectNode(index);
|
||||
}
|
||||
|
||||
#if 0
|
||||
// JKC: Optional code to list commants and shortcuts to debug console.
|
||||
int nLines = mLines.GetCount();
|
||||
int flags = 8;
|
||||
for(int i=0;i<nLines;i++){
|
||||
wxLogDebug("T.Add( %2i, %2i, 0, \"%s¬%s\" );", mLines[i]->depth-1, flags, mLines[i]->label,mLines[i]->key );
|
||||
}
|
||||
#endif
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user