aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/MenuTheme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/MenuTheme.cc')
-rw-r--r--src/FbTk/MenuTheme.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/FbTk/MenuTheme.cc b/src/FbTk/MenuTheme.cc
index 1e02f63..01f951e 100644
--- a/src/FbTk/MenuTheme.cc
+++ b/src/FbTk/MenuTheme.cc
@@ -171,19 +171,4 @@ void ThemeItem<MenuTheme::BulletType>::load(const std::string *name, const std::
171 // do nothing, we don't have anything extra to load 171 // do nothing, we don't have anything extra to load
172} 172}
173 173
174template <>
175void ThemeItem<unsigned int>::setDefaultValue() {
176 m_value = 0;
177}
178
179template <>
180void ThemeItem<unsigned int>::setFromString(const char *str) {
181 sscanf(str, "%d", &m_value);
182}
183
184template <>
185void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) {
186}
187
188
189}; // end namespace FbTk 174}; // end namespace FbTk