src/gui/graphicsview/qgraphicswidget_p.h
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 25 e24348a560a6
--- a/src/gui/graphicsview/qgraphicswidget_p.h	Mon May 03 13:17:34 2010 +0300
+++ b/src/gui/graphicsview/qgraphicswidget_p.h	Fri May 14 16:40:13 2010 +0300
@@ -130,15 +130,6 @@
     void windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event);
     bool hasDecoration() const;
 
-    // Private Properties
-    qreal width() const;
-    void setWidth(qreal);
-    void resetWidth();
-
-    qreal height() const;
-    void setHeight(qreal);
-    void resetHeight();
-
     // State
     inline int attributeToBitIndex(Qt::WidgetAttribute att) const
     {