- removed unused function

This commit is contained in:
Christophe Dumez 2007-03-11 19:07:08 +00:00
parent 635283f586
commit e8adc74051
2 changed files with 0 additions and 27 deletions

View file

@ -197,7 +197,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
float getNovaVersion(const QString& novaPath) const;
QByteArray getNovaChangelog(const QString& novaPath) const;
void updateNova() const;
QString getSavePath(QString fileName);
QPoint screenCenter();
};