From 32b2ca2c54dbf079d777692d204e6fe11ca6bfa7 Mon Sep 17 00:00:00 2001 From: Kimmo Hoikka Date: Mon, 18 Apr 2016 17:20:59 +0100 Subject: [PATCH] Removed incorrect API comment - filter mode is not experimental API Change-Id: I51a5149b0910461ddfdf5200357cf81d3861da56 --- dali/public-api/actors/sampling.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dali/public-api/actors/sampling.h b/dali/public-api/actors/sampling.h index 0dee86f..eb02742 100644 --- a/dali/public-api/actors/sampling.h +++ b/dali/public-api/actors/sampling.h @@ -33,8 +33,6 @@ namespace FilterMode /** * @brief Texture filtering mode. * @SINCE_1_0.0 - * @remarks This is an experimental feature and might not be supported in the next release. - * We do recommend not to use it. */ enum Type { -- 2.7.4