From 216f9c4f11cd95f9e4ed049c9ecc97304e83f837 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Tue, 14 Feb 2017 15:13:58 +0200 Subject: ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature... condition, renamed some fields and methods --- common/system.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index a481884ea8..eda4ec6b10 100644 --- a/common/system.h +++ b/common/system.h @@ -336,19 +336,17 @@ public: * * This feature has no associated state. */ - kFeatureOpenUrl - -#ifdef ANDROIDSDL - , - /** - * show on-screen control - */ + kFeatureOpenUrl , + + /** + * show on-screen control + */ kFeatureOnScreenControl, - /** - * mouse emulation mode - */ + + /** + * mouse emulation mode + */ kFeatureTouchpadMode -#endif }; /** -- cgit v1.2.3