[Scummvm-cvs-logs] scummvm master -> b6e5e4fe1e5501b9c196ea3b8c0eb21f8854ce55

tsoliman tarek at bashasoliman.com
Thu Feb 16 00:58:24 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b6e5e4fe1e MAEMO: Remove pointless copy ctor call


Commit: b6e5e4fe1e5501b9c196ea3b8c0eb21f8854ce55
    https://github.com/scummvm/scummvm/commit/b6e5e4fe1e5501b9c196ea3b8c0eb21f8854ce55
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-02-15T15:56:09-08:00

Commit Message:
MAEMO: Remove pointless copy ctor call

Thanks LordHoto

Changed paths:
    backends/platform/maemo/maemo.cpp



diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp
index 49fa929..60ed417 100644
--- a/backends/platform/maemo/maemo.cpp
+++ b/backends/platform/maemo/maemo.cpp
@@ -96,7 +96,7 @@ void OSystem_SDL_Maemo::initBackend() {
 
 	ConfMan.set("vkeybdpath", DATA_PATH);
 
-	_model = Model(detectModel());
+	_model = detectModel();
 
 	registerDefaultKeyBindings(_keymapperDefaultBindings, _model);
 






More information about the Scummvm-git-logs mailing list