diff -r 576c453822bf -r 1be3e48e1d53 QTfrontend/ui/widget/mapContainer.h --- a/QTfrontend/ui/widget/mapContainer.h Sat Apr 28 09:25:30 2012 +0200 +++ b/QTfrontend/ui/widget/mapContainer.h Sat Apr 28 11:56:09 2012 +0200 @@ -91,8 +91,6 @@ void setRandomSeed(); void setRandomTheme(); void setRandomMap(); - void setRandomStatic(); - void setRandomMission(); void themeSelected(const QModelIndex & current, const QModelIndex &); void addInfoToPreview(QPixmap image); void seedEdited(); @@ -120,7 +118,6 @@ QLabel *maze_size_label; QComboBox *cbMazeSize; MapGenerator mapgen; - int numMissions; DrawMapScene drawMapScene; void intSetSeed(const QString & seed);