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
|
@ -64,14 +64,6 @@ namespace Nitrogen
|
||||||
//! dimensions
|
//! dimensions
|
||||||
virtual int layoutMetric(LayoutMetric lm, bool respectWindowState = true, const KCommonDecorationButton * = 0) const;
|
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
|
//! window shape
|
||||||
virtual void updateWindowShape();
|
virtual void updateWindowShape();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue