Removed unnecessary semi-colons.
svn-id: r30476
This commit is contained in:
parent
16717ce5e1
commit
7b15433572
6 changed files with 6 additions and 6 deletions
|
@ -93,7 +93,7 @@ void OSystem_SDL_Symbian::setFeatureState(Feature f, bool enable) {
|
|||
break;
|
||||
case kFeatureDisableKeyFiltering:
|
||||
GUI::Actions::Instance()->beginMapping(enable);
|
||||
break;;
|
||||
break;
|
||||
default:
|
||||
OSystem_SDL::setFeatureState(f, enable);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue