summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2016-02-02 22:25:40 +0100
committerDees Troy <dees_troy@teamw.in>2016-02-03 04:12:27 +0100
commitdb79f2265460b096bf7d1ce82d9fec2d737419fd (patch)
treea13ff1d293eb317a0af74efb62f7da5dafee43c5
parentgui: fix conditions that compare with resource strings (diff)
downloadandroid_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar.gz
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar.bz2
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar.lz
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar.xz
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.tar.zst
android_bootable_recovery-db79f2265460b096bf7d1ce82d9fec2d737419fd.zip
-rw-r--r--gui/objects.hpp9
1 files changed, 0 insertions, 9 deletions
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: