From db79f2265460b096bf7d1ce82d9fec2d737419fd Mon Sep 17 00:00:00 2001 From: that Date: Tue, 2 Feb 2016 22:25:40 +0100 Subject: gui: remove unused struct translate_later_struct Change-Id: I663f327585b4037eba62508a1f6484ca152bf3c5 --- gui/objects.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gui') diff --git a/gui/objects.hpp b/gui/objects.hpp index d64a5fcfd..6c6fa5eb0 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -43,15 +43,6 @@ using namespace rapidxml; #define TW_Y_OFFSET 0 #endif -struct translate_later_struct { - std::string resource_name; // Name of the string resource for looking up - std::string default_value; // Default in case we don't find the string resource - std::string color; // Color for the console... normal, highlight, warning, error - std::string format; // Formatted extra variables like %i, %s - std::string text; // Final, translated, formatted text - bool inline_format; // Indicates if the final text includes an inlined format variable -}; - class RenderObject { public: -- cgit v1.2.3