Gui: [skip ci] code clean-up

This commit is contained in:
wmayer
2021-11-02 16:06:21 +01:00
parent 0c59884e83
commit 6323098d0d
5 changed files with 4 additions and 87 deletions

View File

@@ -299,8 +299,5 @@ SbBool TouchpadNavigationStyle::processSoEvent(const SoEvent * const ev)
// hierarchy.
if (!processed)
processed = inherited::processSoEvent(ev);
else
return true;
return processed;
}