Remove accidentally committed debug test

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13474 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-08-13 00:41:00 +00:00
parent 2693043395
commit 9fb7593efe

View File

@ -1512,9 +1512,6 @@ void Skin::drawCheckBox(const core::recti &rect, Widget* widget, bool focused)
0 /* no clipping */, 0,
true /* alpha */);
}
irr_driver->getVideoDriver()->draw2DRectangleOutline(rect, video::SColor(255,255,0,0));
} // drawCheckBox
// ----------------------------------------------------------------------------