src/hbcore/utils/hbfontspec.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/utils/hbfontspec.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/utils/hbfontspec.h	Mon May 03 12:48:33 2010 +0300
@@ -68,23 +68,6 @@
     qreal textHeight() const;
     void setTextHeight(qreal textHeight);
 
-    //Deprecated
-    int pixelSize() const;
-    //Deprecated
-    void setPixelSize(int pixelSize);
-    //Deprecated
-    int pointSize() const;
-    //Deprecated
-    void setPointSize(int pointSize);
-    //Deprecated
-    qreal textPaneHeight() const;
-    //Deprecated
-    void setTextPaneHeight(qreal textPaneHeight);
-    //Deprecated
-    QFont fontDelta() const;
-    //Deprecated
-    void setFontDelta(const QFont &font);
-
     operator QVariant() const;
     bool operator==(const HbFontSpec &other) const;
     bool operator!=(const HbFontSpec &other) const;