From 4e3406d5aab45ec300cba23401750a2638378c1f Mon Sep 17 00:00:00 2001 From: Misa Date: Tue, 28 Apr 2020 18:19:33 -0700 Subject: [PATCH] Remove useless function Graphics::textboxcleanup() It was made useless after my refactor to remove the 'active' system from text boxes. --- desktop_version/src/Graphics.cpp | 5 ----- desktop_version/src/Graphics.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 95459def..b9315d6a 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -606,7 +606,6 @@ void Graphics::drawtowertile3( int x, int y, int t, int off ) void Graphics::drawgui() { - textboxcleanup(); //Draw all the textboxes to the screen for (size_t i = 0; i