Fixed compiler warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14328 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-10-28 11:20:54 +00:00
parent 4b744e71de
commit 28cea5f3e6

View File

@@ -59,7 +59,6 @@ int atoi_p(const char* val)
bool LayoutManager::convertToCoord(std::string& x, int* absolute /* out */, int* percentage /* out */)
{
bool is_number;
int i = 0;
if (!StringUtils::fromString<int>(x, i /* out */)) return false;