From 77e2c637f7a7e6219aebaedc6f7e5330e894e442 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 29 Aug 2014 19:53:33 +0200 Subject: WINTERMUTE: Remove unused Sqr-function. --- engines/wintermute/utils/utils.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/wintermute') 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 ////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3