mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove some logging
This commit is contained in:
parent
04351a18f6
commit
ebc0afc828
1 changed files with 1 additions and 4 deletions
|
@ -141,16 +141,13 @@ static void MoveFocus(ViewGroup *root, FocusDirection direction) {
|
|||
return;
|
||||
}
|
||||
|
||||
NeighborResult neigh;
|
||||
neigh = root->FindNeighbor(focusedView, direction, neigh);
|
||||
NeighborResult neigh = root->FindNeighbor(focusedView, direction, neigh);
|
||||
|
||||
if (neigh.view) {
|
||||
neigh.view->SetFocus();
|
||||
root->SubviewFocused(neigh.view);
|
||||
|
||||
PlayUISound(UISound::SELECT);
|
||||
} else {
|
||||
INFO_LOG(SCECTRL, "No neighbor view");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue