Removed added in 1.9 comment for qgsrectangle::scale

This commit is contained in:
Tim Sutton 2012-09-07 11:21:25 +02:00
parent 373741e256
commit c5763f975e

View File

@ -76,7 +76,6 @@ class CORE_EXPORT QgsRectangle
//! Center point of the rectangle
QgsPoint center() const;
//! Scale the rectangle around its center point
// @note added in version 1.9
void scale( double scaleFactor, const QgsPoint *c = 0 );
//! Deprecated in 1.9, use scale instead
Q_DECL_DEPRECATED void expand( double scaleFactor, const QgsPoint *c = 0 ) { return scale( scaleFactor * 2.0, c ); }