summaryrefslogtreecommitdiffstats
path: root/src/ui/maindialog.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-10-19 15:45:59 +0200
committerkrzys-h <krzys_h@interia.pl>2014-10-19 15:45:59 +0200
commitd7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6 (patch)
tree98e0be6f344413586db89fbd4edf49f31ab6c68d /src/ui/maindialog.h
parentc001c46cb53b3aedc7cbb0670f1c475679cf3d3d (diff)
downloadcolobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.tar.gz
colobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.tar.bz2
colobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.zip
Implemented "Apply changes" button (issue #141)
Diffstat (limited to 'src/ui/maindialog.h')
-rw-r--r--src/ui/maindialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h
index 1f15176..0cf8db4 100644
--- a/src/ui/maindialog.h
+++ b/src/ui/maindialog.h
@@ -172,7 +172,6 @@ protected:
void UpdateSceneChap(int &chap);
void UpdateSceneList(int chap, int &sel);
void UpdateSceneResume(int rank);
- void UpdateDisplayDevice();
void UpdateDisplayMode();
void ChangeDisplay();
void UpdateApply();
@@ -232,7 +231,6 @@ protected:
int m_shotDelay; // number of frames before copy
std::string m_shotName; // generate a file name
- int m_setupSelDevice;
int m_setupSelMode;
bool m_setupFull;