diff options
Diffstat (limited to 'src/TextTheme.hh')
-rw-r--r-- | src/TextTheme.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/TextTheme.hh b/src/TextTheme.hh index 80064f6..c8f3910 100644 --- a/src/TextTheme.hh +++ b/src/TextTheme.hh | |||
@@ -38,8 +38,6 @@ public: | |||
38 | 38 | ||
39 | void update(); | 39 | void update(); |
40 | 40 | ||
41 | void setAntialias(bool value); | ||
42 | |||
43 | FbTk::Font &font() { return *m_font; } | 41 | FbTk::Font &font() { return *m_font; } |
44 | const FbTk::Font &font() const { return *m_font; } | 42 | const FbTk::Font &font() const { return *m_font; } |
45 | const FbTk::Color &textColor() const { return *m_text_color; } | 43 | const FbTk::Color &textColor() const { return *m_text_color; } |