removed useless (and misleading) ::borderWidth and ::borderHeight methods
svn path=/trunk/KDE/kdebase/workspace/; revision=1018251
This commit is contained in:
parent
22bfe6a4b3
commit
46284060f3
1 changed files with 1 additions and 9 deletions
|
@ -63,15 +63,7 @@ namespace Nitrogen
|
|||
|
||||
//! dimensions
|
||||
virtual int layoutMetric(LayoutMetric lm, bool respectWindowState = true, const KCommonDecorationButton * = 0) const;
|
||||
|
||||
//! border width
|
||||
/*! full border width, left and right */
|
||||
virtual int borderWidth( void ) const;
|
||||
|
||||
//! border height
|
||||
/*! full border height, top and bottom */
|
||||
virtual int borderHeight( void ) const;
|
||||
|
||||
|
||||
//! window shape
|
||||
virtual void updateWindowShape();
|
||||
|
||||
|
|
Loading…
Reference in a new issue