diff options
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index f623ba2..0867430 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -48,13 +48,6 @@ public: | |||
48 | 48 | ||
49 | GC opGC() const { return m_opgc.gc(); } | 49 | GC opGC() const { return m_opgc.gc(); } |
50 | 50 | ||
51 | void setLineAttributes(unsigned int width, | ||
52 | int line_style, | ||
53 | int cap_style, | ||
54 | int join_style) { | ||
55 | m_opgc.setLineAttributes(width, line_style, cap_style, join_style); | ||
56 | } | ||
57 | |||
58 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 51 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
59 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | 52 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } |
60 | 53 | ||