removed useless (and misleading) ::borderWidth and ::borderHeight methods

svn path=/trunk/KDE/kdebase/workspace/; revision=1018251
This commit is contained in:
Hugo Pereira Da Costa 2009-09-01 14:09:40 +00:00
parent 22bfe6a4b3
commit 46284060f3

View file

@ -64,14 +64,6 @@ 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();