Removes some output text I accidentally left in
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1308 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f40af93ba4
commit
d403a951c7
@ -307,7 +307,6 @@ int WidgetManager::calc_width() const
|
||||
|
||||
if( curr_width > total_width ) total_width = curr_width;
|
||||
|
||||
std::cerr << total_width << " W" <<std::endl; //200
|
||||
return total_width;
|
||||
}
|
||||
|
||||
@ -329,7 +328,6 @@ int WidgetManager::calc_height() const
|
||||
}
|
||||
}
|
||||
|
||||
std::cerr << total_height << " H" <<std::endl; //294
|
||||
return total_height;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user