MAEMO: Remove pointless copy ctor call
Thanks LordHoto
This commit is contained in:
parent
85c8c84804
commit
b6e5e4fe1e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void OSystem_SDL_Maemo::initBackend() {
|
|||
|
||||
ConfMan.set("vkeybdpath", DATA_PATH);
|
||||
|
||||
_model = Model(detectModel());
|
||||
_model = detectModel();
|
||||
|
||||
registerDefaultKeyBindings(_keymapperDefaultBindings, _model);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue