diff options
Diffstat (limited to 'qt-ui/starwidget.h')
-rw-r--r-- | qt-ui/starwidget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/starwidget.h b/qt-ui/starwidget.h index 90310f041..989aa527d 100644 --- a/qt-ui/starwidget.h +++ b/qt-ui/starwidget.h @@ -7,11 +7,6 @@ enum StarConfig { TOTALSTARS = 5 }; -struct StarMetrics { - int size; - int spacing; -}; - class StarWidget : public QWidget { Q_OBJECT public: @@ -22,7 +17,6 @@ public: static const QImage& starActive(); static const QImage& starInactive(); - static const StarMetrics& metrics(); signals: void valueChanged(int stars); @@ -45,7 +39,6 @@ private: static QImage activeStar; static QImage inactiveStar; - static StarMetrics imgMetrics; }; #endif // STARWIDGET_H |