[Scummvm-cvs-logs] scummvm master -> 77e2c637f7a7e6219aebaedc6f7e5330e894e442
somaen
einarjohants at gmail.com
Fri Aug 29 19:54:06 CEST 2014
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:
77e2c637f7 WINTERMUTE: Remove unused Sqr-function.
Commit: 77e2c637f7a7e6219aebaedc6f7e5330e894e442
https://github.com/scummvm/scummvm/commit/77e2c637f7a7e6219aebaedc6f7e5330e894e442
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-08-29T19:53:33+02:00
Commit Message:
WINTERMUTE: Remove unused Sqr-function.
Changed paths:
engines/wintermute/utils/utils.cpp
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp
index d592019..dc6476d 100644
--- a/engines/wintermute/utils/utils.cpp
+++ b/engines/wintermute/utils/utils.cpp
@@ -32,11 +32,6 @@
namespace Wintermute {
-//////////////////////////////////////////////////////////////////////
-static inline unsigned Sqr(int x) {
- return (x * x);
-}
-
//////////////////////////////////////////////////////////////////////////////////
// Swap - swaps two integers
//////////////////////////////////////////////////////////////////////////////////
More information about the Scummvm-git-logs
mailing list