aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTheme.cc')
-rw-r--r--src/IconbarTheme.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/IconbarTheme.cc b/src/IconbarTheme.cc
index 33c97fa..2fd0852 100644
--- a/src/IconbarTheme.cc
+++ b/src/IconbarTheme.cc
@@ -53,11 +53,6 @@ void IconbarTheme::reconfigTheme() {
53 m_unfocused_text.update(); 53 m_unfocused_text.update();
54} 54}
55 55
56void IconbarTheme::setAntialias(bool value) {
57 m_focused_text.setAntialias(value);
58 m_unfocused_text.setAntialias(value);
59}
60
61// fallback resources 56// fallback resources
62bool IconbarTheme::fallback(FbTk::ThemeItem_base &item) { 57bool IconbarTheme::fallback(FbTk::ThemeItem_base &item) {
63 using namespace FbTk; 58 using namespace FbTk;