[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/libs/flake
From:       Jan Hambrecht <jaham () gmx ! net>
Date:       2008-04-04 18:54:00
Message-ID: 1207335240.812073.14646.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 793671 by jaham:

remove deprecated methods



 M  +0 -16     KoShape.cpp  
 M  +0 -22     KoShape.h  


--- trunk/koffice/libs/flake/KoShape.cpp #793670:793671
@@ -475,14 +475,6 @@
     return answer;
 }
 
-double KoShape::scaleX() const {
-    return 0.0;
-}
-
-double KoShape::scaleY() const {
-    return 0.0;
-}
-
 double KoShape::rotation() const {
     // try to extract the rotation angle out of the local matrix
     // if it is a pure rotation matrix
@@ -502,14 +494,6 @@
     return angle;
 }
 
-double KoShape::shearX() const {
-    return 0.0;
-}
-
-double KoShape::shearY() const {
-    return 0.0;
-}
-
 QSizeF KoShape::size () const {
     return d->size;
 }
--- trunk/koffice/libs/flake/KoShape.h #793670:793671
@@ -197,16 +197,6 @@
     void setScale( double sx, double sy );
 
     /**
-     * Return the current scaling adjustment over the X axis.
-     */
-    KDE_DEPRECATED double scaleX() const;
-
-    /**
-     * Return the current scaling adjustment over the Y axis.
-     */
-    KDE_DEPRECATED double scaleY() const;
-
-    /**
      * @brief Rotate the shape (relative)
      *
      * The shape will be rotated from the current rotation using the center of the \
shape using the size() @@ -232,18 +222,6 @@
     void setShear( double sx, double sy );
 
     /**
-     * Return the current horizontal shearing angle for this shape.
-     * @return the current horizontal shearing angle for this shape.
-     */
-    KDE_DEPRECATED double shearX() const;
-
-    /**
-     * Return the current vertical shearing angle for this shape.
-     * @return the current vertical shearing angle for this shape.
-     */
-    KDE_DEPRECATED double shearY() const;
-
-    /**
      * @brief Resize the shape
      *
      * @param size the new size of the shape.  This is different from scaling as


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic