From 38b98ec0662f337856c31368aae8c1987d274c15 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Thu, 2 Jul 2020 10:55:16 +0100 Subject: [PATCH] Remove non-touch related deprecated APIs Change-Id: I51828fc95ffa55ba78c0e9fae4c472ba74dc314c --- scripts/dali.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/dali.sh b/scripts/dali.sh index 594cf239..3531f616 100644 --- a/scripts/dali.sh +++ b/scripts/dali.sh @@ -60,15 +60,6 @@ # @ Set the maximum texture size that GL can handle #export DALI_MAX_TEXTURE_SIZE=512 -# @ Set the mode of indicator visible -# IndicatorVisibleMode -# { -# INVISIBLE = 0, ///< Hide indicator -# VISIBLE = 1, ///< Show indicator -# AUTO = 2 ///< Hide in default, will show when necessary -# }; -#export DALI_INDICATOR_VISIBLE_MODE=1 - # @ Set the number of frames # The number of frames that are going to be rendered into the Frame Buffer Object # but the last one which is going to be rendered into the Frame Buffer. -- 2.34.1