diff options
author | markt <markt> | 2006-07-04 01:01:44 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-04 01:01:44 (GMT) |
commit | 6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d (patch) | |
tree | f30cca1196f74c05940c890c5f487af9a6e9850e /src/IconbarTheme.hh | |
parent | 12e80f3faf33240a09086198ef9ade997b089dd5 (diff) | |
download | fluxbox-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.zip fluxbox-6cd9ad46cc0d9660a4e582ee5e61a97c68782f1d.tar.bz2 |
some dead resources and the functions that go with them
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index 1a7308a..62fa2ef 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -39,8 +39,6 @@ public: | |||
39 | void reconfigTheme(); | 39 | void reconfigTheme(); |
40 | bool fallback(FbTk::ThemeItem_base &item); | 40 | bool fallback(FbTk::ThemeItem_base &item); |
41 | 41 | ||
42 | void setAntialias(bool antialias); | ||
43 | |||
44 | TextTheme &focusedText() { return m_focused_text; } | 42 | TextTheme &focusedText() { return m_focused_text; } |
45 | TextTheme &unfocusedText() { return m_unfocused_text; } | 43 | TextTheme &unfocusedText() { return m_unfocused_text; } |
46 | 44 | ||