diff -r a5b53cc10436 -r 0b3a5bc4e8a8 config/configwindow.h --- a/config/configwindow.h Sun Jun 07 19:15:12 2015 +0300 +++ b/config/configwindow.h Sun Jun 07 19:55:06 2015 +0300 @@ -23,22 +23,6 @@ // // ------------------------------------------------------------------------------------------------- // -// A ZandronumVersion represented in the config window. -// - -struct VersionGuiEntry -{ - class QTableWidgetItem* labelItem; - class QTableWidgetItem* pathItem; - QString name; - bool isRelease; - - ZandronumVersion toNonGuiVersion() const; -}; - -// -// ------------------------------------------------------------------------------------------------- -// class ConfigWindow : public QDialog { @@ -51,7 +35,7 @@ PathColumn, }; - typedef QMap VersionEntryMap; + typedef QMap VersionEntryMap; ConfigWindow (QWidget* parent = NULL, Qt::WindowFlags f = 0); virtual ~ConfigWindow();