summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-09 16:21:59 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-09 16:21:59 +0300
commita360f4e0af9df1d5276f977d68ac2f357b14ffae (patch)
treeec13f49e5a4ee16dbdb5fbd69ce53d3c60969a06 /src/gui/setup_video.cpp
parent2541754f6c607acfd1304af38280b534f7a8e0d7 (diff)
downloadplus-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.cpp2
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()
{