Removed unused code
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7066 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -182,8 +182,8 @@ void OptionsScreenVideo::init()
|
||||
const int w = modes[n].width;
|
||||
const int h = modes[n].height;
|
||||
|
||||
char name[32];
|
||||
sprintf( name, "%ix%i", w, h );
|
||||
//char name[32];
|
||||
//sprintf( name, "%ix%i", w, h );
|
||||
|
||||
if(w == UserConfigParams::m_width && h == UserConfigParams::m_height)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user