diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-09 16:21:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-09 16:21:59 +0300 |
commit | a360f4e0af9df1d5276f977d68ac2f357b14ffae (patch) | |
tree | ec13f49e5a4ee16dbdb5fbd69ce53d3c60969a06 /src/gui/setup_video.cpp | |
parent | 2541754f6c607acfd1304af38280b534f7a8e0d7 (diff) | |
download | plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.gz plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.bz2 plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.xz plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.zip |
Fix code style.
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r-- | src/gui/setup_video.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 476640c46..eb2d51c56 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -108,6 +108,7 @@ class ModeListModel final : public gcn::ListModel StringVect mVideoModes; }; +#ifndef ANDROID static bool modeSorter(std::string mode1, std::string mode2); static bool modeSorter(std::string mode1, std::string mode2) @@ -129,6 +130,7 @@ static bool modeSorter(std::string mode1, std::string mode2) return false; } +#endif ModeListModel::ModeListModel() { |