diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 1ec9232..02aca76 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.cc,v 1.24 2003/05/15 11:17:26 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.25 2003/05/21 23:59:53 rathnor Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -545,10 +545,6 @@ void FbWinFrame::reconfigure() { | |||
545 | // titlebar stuff rendered already by reconftitlebar | 545 | // titlebar stuff rendered already by reconftitlebar |
546 | } | 546 | } |
547 | 547 | ||
548 | unsigned int FbWinFrame::titleHeight() const { | ||
549 | return m_theme.font().height(); | ||
550 | } | ||
551 | |||
552 | unsigned int FbWinFrame::buttonHeight() const { | 548 | unsigned int FbWinFrame::buttonHeight() const { |
553 | return m_titlebar.height() - m_bevel*2; | 549 | return m_titlebar.height() - m_bevel*2; |
554 | } | 550 | } |