diff options
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 70e32d8..04b06e6 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.hh | |||
@@ -120,7 +120,6 @@ public: | |||
120 | inline const BScreen &screen() const { return m_screen; } | 120 | inline const BScreen &screen() const { return m_screen; } |
121 | inline unsigned int width() const { return frame.window.width(); } | 121 | inline unsigned int width() const { return frame.window.width(); } |
122 | inline unsigned int height() const { return frame.window.height(); } | 122 | inline unsigned int height() const { return frame.window.height(); } |
123 | inline unsigned int exposedHeight() const { return doAutoHide() ? frame.bevel_w : frame.height; } | ||
124 | inline int x() const { return isHidden() ? frame.x_hidden : frame.x; } | 123 | inline int x() const { return isHidden() ? frame.x_hidden : frame.x; } |
125 | inline int y() const { return isHidden() ? frame.y_hidden : frame.y; } | 124 | inline int y() const { return isHidden() ? frame.y_hidden : frame.y; } |
126 | inline Placement placement() const { return *m_rc_placement; } | 125 | inline Placement placement() const { return *m_rc_placement; } |