From b2e8f672f310276e7009895c0ac4e58fcfeb35ac Mon Sep 17 00:00:00 2001 From: that Date: Thu, 5 Mar 2015 20:25:39 +0100 Subject: gui: support string resources storing strings in a map (for fast lookup) in resource manager To define a string resource in : Hello To use a string, e.g.: %@foo% Not yet done: language-specific resources (should be solved not only for strings, but for all kinds of resources - e.g. for localized images) Change-Id: I3ba5cf5298c09e0d28a83973e9662f179271b33f --- gui/objects.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index a86747afb..261141134 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -217,9 +217,6 @@ protected: int mFontHeight; unsigned maxWidth; unsigned charSkip; - -protected: - std::string parseText(void); }; // GUIImage - Used for static image -- cgit v1.2.3