aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 19:53:33 +0200
committerEinar Johan Trøan Sømåen2014-08-29 19:53:33 +0200
commit77e2c637f7a7e6219aebaedc6f7e5330e894e442 (patch)
tree7b7b6f532de5286449a42ab5833a5598ffe7126f /engines/wintermute
parent183f8eea43fc01173810cc9668f8d458322a5639 (diff)
downloadscummvm-rg350-77e2c637f7a7e6219aebaedc6f7e5330e894e442.tar.gz
scummvm-rg350-77e2c637f7a7e6219aebaedc6f7e5330e894e442.tar.bz2
scummvm-rg350-77e2c637f7a7e6219aebaedc6f7e5330e894e442.zip
WINTERMUTE: Remove unused Sqr-function.
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/utils/utils.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/wintermute/utils/utils.cpp b/engines/wintermute/utils/utils.cpp
index d592019418..dc6476d4ea 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
//////////////////////////////////////////////////////////////////////////////////