QTfrontend/ui/widget/mapContainer.h
changeset 6947 1be3e48e1d53
parent 6940 211aca8c1f4f
child 6952 7f70f37bbf08
--- 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);