From 93a955caf97d62369f9f94ab4a4894b0b2ece308 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 23 Aug 2015 02:47:59 +1000 Subject: [PATCH] Removed commented code --- graphics/button.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/button.cpp b/graphics/button.cpp index 21b8b47..49c8502 100644 --- a/graphics/button.cpp +++ b/graphics/button.cpp @@ -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) {