Removed commented code

This commit is contained in:
2015-08-23 02:47:59 +10:00
parent 2dd2aead13
commit 93a955caf9
-3
View File
@@ -85,9 +85,6 @@ void Button::SetText(SDL_Renderer* renderer, TTF_Font* font, std::string s, SDL_
//free the texture
SDL_DestroyTexture(text);
//DEBUG: testing
// image.SetClipH(image.GetClipH() * 3);
}
void Button::SetX(int x) {