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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user